Modify ↓
Opened 16 years ago
Closed 12 years ago
#4179 closed defect (fixed)
[Patch] Against UnicodeDecodeError on Option with non-ASCII doc
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | IniAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Some plugins have options with non-ascii documentation.
However, using unicode on doc causes UnicodeEncodeError
at pydoc
.
I think, IniAdminPlugin must be support Option's non-ASCII docs, too.
See trac:#7845
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | nonasciidoc-0.11_r3915.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
comment:2 Changed 14 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
Status: | assigned → new |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11860]) Fixed
UnicodeDecodeError
if the option has non-ascii doc (fixed #4179).Initial patch by trac-ja@…, Thanks.