#4300 closed (fixed)
views/debug.py: exc_value might contain unkown encodings
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | unicode-branch | |
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,
here is a patch for views/debug.py. The exc_value might contain unknown encodings.
Try latin1 and utf8, but don't fail.
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | views_debug_py.diff added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | unicode-branch added |
---|---|
Triage Stage: | Unreviewed → Accepted |
I've fixed this on the unicode-branch. Will close this ticket once the branch is merged back into trunk.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [5315]) unicode: Encoded exception data safely in traceback output. Thanks, Thomas
G?\195?\188ttler. Refs #4300.