Opened 17 years ago
Closed 17 years ago
#4367 closed (fixed)
[unicode] debug.py: non ascii data in local vars
Reported by: | Owned by: | Malcolm Tredinnick | |
---|---|---|---|
Component: | Internationalization | Version: | other branch |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi,
if there are non ascii values in the local vars, the
debug template fails. Here is a patch.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | debug_py.diff added |
---|
comment:1 by , 17 years ago
Component: | Uncategorized → Internationalization |
---|---|
Owner: | changed from | to
Summary: | unicode: debug.py: non ascii data in local vars → [unicode] debug.py: non ascii data in local vars |
Triage Stage: | Unreviewed → Accepted |
Version: | SVN → other branch |
comment:2 by , 17 years ago
My apologies... that last comment sounds a lot more ungrateful than it was meant to be. I really do appreciate the bug report and the fact that you've posted an attempted fix (for a start, it points to one of the places where the problem is visible).
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I don't like this patch. Having smart_unicode or anything like that leak up to the template level shouldn't be necessary. It's fixing the symptom, rather than the cause of the problem. I'll fix it some other way. Thanks for the report.