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)
Changed 17 years ago by
Attachment: | debug_py.diff added |
---|
comment:1 Changed 17 years ago by
Component: | Uncategorized → Internationalization |
---|---|
Owner: | changed from Jacob to Malcolm Tredinnick |
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 Changed 17 years ago by
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 Changed 17 years ago by
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.