[issue12737] str.title() is overzealous by upcasing combining marks inappropriately
Guido van Rossum
report at bugs.python.org
Fri Aug 26 23:16:57 CEST 2011
Guido van Rossum <guido at python.org> added the comment:
Yeah, this should be fixed in 3.3 and probably backported to 3.2 and 2.7. (There is already no guarantee that len(s) == len(s.title()), right?)
----------
nosy: +gvanrossum
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12737>
_______________________________________
More information about the Python-bugs-list
mailing list