Changes between Initial Version and Version 2 of Ticket #2181
- Timestamp:
- Oct 31, 2012, 7:23:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2181
-
Property
Status
changed from
new
toclosed
-
Property
Severity
changed from
normal
tomajor
-
Property
Priority
changed from
normal
tolow
- Property Keywords UnicodeDecodeError Win32 added
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
Ticket #2181 – Description
initial v2 1 1 Hello, I made a checkout of both the most recent 0.10-stable and your patch. After the patch was applied, I tried my sample project and got this. 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request … … 11 11 yield ('metanav', 'settings', 12 12 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 11-12: unexpected end of data 13 }}}