commit | 93e7afc5d9b248e264da5dbe97659bf37cb8eb15 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 22 14:08:38 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 22 14:08:38 2011 +0300 |
tree | 3382fc6a75dd52900aa747c5308009903616850f | |
parent | 3d3bc8121915968ee8e445299800914b5a46da3a [diff] [blame] |
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
diff --git a/Misc/NEWS b/Misc/NEWS index da0e67f..6673d20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #9200: The str.is* methods now work with strings that contain non-BMP + characters even in narrow Unicode builds. + - Issue #12791: Break reference cycles early when a generator exits with an exception.