[issue1609] test_re.py fails

Ismail Donmez report at bugs.python.org
Wed Dec 19 22:59:28 CET 2007


Ismail Donmez added the comment:

Test works fine when using the \u syntax. You have to use the unicode()
with Turkish characters to get the error. See attached test2.py 

With python 2.4 :

[~]> python test2.py
Following should print I
I
Following should print i
i

With python 2.5 SVN :

[~/python-2.5]> ./python ~/test2.py
Following should print I
Got a unicode decode error
Following should print i
Got a unicode decode error

Added file: http://bugs.python.org/file9005/test2.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1609>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2.py
Type: text/x-python
Size: 379 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071219/a5cc354d/attachment.py 


More information about the Python-bugs-list mailing list