summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2010-02-24 14:27:37 (GMT)
committerEric Smith <eric@trueblade.com>2010-02-24 14:27:37 (GMT)
commit66807853b439ceb3a119256ebb6b7187abf6aed2 (patch)
tree2a894b5c8258f7a49af454fef9d8c5589295f8b6 /Misc
parent5b06ecf86148251e5dbcc23840db1d5c435f51c0 (diff)
downloadcpython-66807853b439ceb3a119256ebb6b7187abf6aed2.zip
cpython-66807853b439ceb3a119256ebb6b7187abf6aed2.tar.gz
cpython-66807853b439ceb3a119256ebb6b7187abf6aed2.tar.bz2
Merged revisions 78418 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78418 | eric.smith | 2010-02-24 09:15:36 -0500 (Wed, 24 Feb 2010) | 1 line Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. ........
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 6962b01..939aae5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.6.5
Core and Builtins
-----------------
+- Issue #7309: Fix unchecked attribute access when converting
+ UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to
+ strings.
+
- Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF, raise an
UnicodeDecodeError