summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-06-11 21:48:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-06-11 21:48:02 (GMT)
commit4595e518178f547966fab079351a77d11566cf33 (patch)
tree9e127ec23cd12c2ec6b83fe738ef21ff61b3cf81 /Misc
parent59c9fa106aebd96bc36ae39bfa68059028f235ef (diff)
downloadcpython-4595e518178f547966fab079351a77d11566cf33.zip
cpython-4595e518178f547966fab079351a77d11566cf33.tar.gz
cpython-4595e518178f547966fab079351a77d11566cf33.tar.bz2
Merged revisions 81907 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81907 | antoine.pitrou | 2010-06-11 23:42:26 +0200 (ven., 11 juin 2010) | 5 lines Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash the interpreter with characters outside the Basic Multilingual Plane (higher than 0x10000). ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88a148a..7ab2d91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.6.6 alpha 1?
Core and Builtins
-----------------
+- Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
+ the interpreter with characters outside the Basic Multilingual Plane
+ (higher than 0x10000).
+
- Issue #8627: Remove bogus "Overriding __cmp__ blocks inheritance of
__hash__ in 3.x" warning. Also fix "XXX undetected error" that
arises from the "Overriding __eq__ blocks inheritance ..." warning