Opened 10 years ago
Closed 10 years ago
#23429 closed Cleanup/optimization (duplicate)
UnicodeDecodeError raised when printing a message from runserver
Reported by: | Flavio Curella | Owned by: | Flavio Curella |
---|---|---|---|
Component: | HTTP handling | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
split from https://code.djangoproject.com/ticket/23398
Change History (4)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Version: | 1.6 → master |
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
I can confirm that the PR fixes the problem. needed for #23398
comment:3 by , 10 years ago
Patch needs improvement: | set |
---|
I left comments for improvement on the PR. Please uncheck "Patch needs improvement" when you update it, thanks.
comment:4 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
It seems this isn't actually a separate problem.
Note:
See TracTickets
for help on using tickets.
PR up at https://github.com/django/django/pull/3170