summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-08-22 17:31:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-08-22 17:31:11 (GMT)
commit6f2a683a0c4ec0b3fe3ed840336853ebf26004c0 (patch)
tree0babab935bb183a3abb4bf19cf51c3a8f0005e23 /Misc
parent8c9375bb5996417f737e63f5080fc8b6eb886a77 (diff)
parent93e7afc5d9b248e264da5dbe97659bf37cb8eb15 (diff)
downloadcpython-6f2a683a0c4ec0b3fe3ed840336853ebf26004c0.zip
cpython-6f2a683a0c4ec0b3fe3ed840336853ebf26004c0.tar.gz
cpython-6f2a683a0c4ec0b3fe3ed840336853ebf26004c0.tar.bz2
#9200: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2302f3..cd3e731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
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.