[issue1609] test_re.py fails

Ismail Donmez report at bugs.python.org
Wed Dec 19 23:07:28 CET 2007


Ismail Donmez added the comment:

So in conclusion,

- Enabling wctypes makes Turkish support work with \u syntax, breaks
unicode()
- Disabling wctypes breaks Turkish support with \u and/or unicode()

Attached test.py tests Turkish corner cases of lower()/upper() . Correct
output is which python 2.4 gives :

Following should print I
I
Following should print i
i
Following should print İ
İ
Following should print ı
ı

Added file: http://bugs.python.org/file9006/test.py

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


More information about the Python-bugs-list mailing list