[issue12735] request full Unicode collation support in std python library
Guido van Rossum
report at bugs.python.org
Fri Aug 26 23:06:49 CEST 2011
Guido van Rossum <guido at python.org> added the comment:
Sounds like a fair feature request for Python 3.3, as long as the intention is that users must import some module from the standard library and use functions defined in that module. The operations and methods defined for str instances (e.g. ==, <, etc.) should not change their behavior.
Is there an existing 3rd party library that we could adopt (even if it isn't perfect yet)?
----------
nosy: +gvanrossum
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12735>
_______________________________________
More information about the Python-bugs-list
mailing list