Modify ↓
Ticket #7845 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
[Patch] Against UnicodeDecodeError on Option with non-ASCII doc
| Reported by: | trac-ja@… | Owned by: | trac-ja@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | i18n | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | trac-ja@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
Some plugins have options with non-ascii documentation.
However, using unicode on doc causes UnicodeEncodeError at pydoc.
I think, Trac must be support Option's non-ASCII docs.
Attachments
Change History
Changed 3 years ago by trac-ja@…
- Attachment optiondoc-0.11-stable_r7721.patch added
comment:1 Changed 3 years ago by trac-ja@…
- Cc trac-ja@… added
comment:2 Changed 3 years ago by cboos
- Milestone changed from 0.11.4 to 0.11.3
comment:3 Changed 3 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 3 years ago by cboos
- Owner set to trac-ja@…
Note: See
TracTickets for help on using
tickets.



Patch applied in r7837, thanks!