summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-06-11 21:46:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-06-11 21:46:32 (GMT)
commitcc0cfd357611c69a99841f21affa73e829416789 (patch)
treee7c632a1e6fad23b9e40ea05e384a86c428468bd /Misc
parent0277555ff236b0b781657516d7cb8851adeae8bb (diff)
downloadcpython-cc0cfd357611c69a99841f21affa73e829416789.zip
cpython-cc0cfd357611c69a99841f21affa73e829416789.tar.gz
cpython-cc0cfd357611c69a99841f21affa73e829416789.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 48a7322..b7b4f65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 3.2 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 #8950: (See also issue #5080). Py_ArgParse*() functions now
raise TypeError instead of giving a DeprecationWarning when a float
is parsed using the 'L' code (for long long). (All other integer