[issue1609] test_re.py fails

Guido van Rossum report at bugs.python.org
Thu Dec 20 01:03:50 CET 2007


Guido van Rossum added the comment:

> Ok then what is the suggested way to get back the Turkish way of doing
> upper/lower on  i & I ?

That's a question for Martin von Loewis. I suppose you could use 8-bit
strings exclusively. Or you could use .translate() with a custom dict.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1609>
__________________________________


More information about the Python-bugs-list mailing list