]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#9200: The str.is* methods now work with strings that contain non-BMP characters...
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 22 Aug 2011 11:08:38 +0000 (14:08 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 22 Aug 2011 11:08:38 +0000 (14:08 +0300)
commit93e7afc5d9b248e264da5dbe97659bf37cb8eb15
tree3382fc6a75dd52900aa747c5308009903616850f
parent3d3bc8121915968ee8e445299800914b5a46da3a
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c