[issue9200] Make str methods work with non-BMP chars on narrow builds
Ezio Melotti
report at bugs.python.org
Thu Aug 18 15:49:53 CEST 2011
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
The attached patch fixes all the str.is* methods and makes them work on narrow builds with non-BMP chars. It also includes the _Py_UNICODE_NEXT macro proposed in #10542.
----------
Added file: http://bugs.python.org/file22930/issue9200.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9200>
_______________________________________
More information about the Python-bugs-list
mailing list