summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-01 00:50:34 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-01 00:50:34 (GMT)
commit41a28734b41610c91cf3013b4af8ac490c94c801 (patch)
tree5db61df96972c60bad0735201ff5c35c23ee252d /Misc
parent8c1e29488d59e5b3d7a14f3fb28e40427e174a22 (diff)
downloadcpython-41a28734b41610c91cf3013b4af8ac490c94c801.zip
cpython-41a28734b41610c91cf3013b4af8ac490c94c801.tar.gz
cpython-41a28734b41610c91cf3013b4af8ac490c94c801.tar.bz2
Merged revisions 73724 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73724 | amaury.forgeotdarc | 2009-07-01 02:48:39 +0200 (mer., 01 juil. 2009) | 2 lines Fix exception name in NEWS, spotted by Neal Norwitz ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb1fee7..0b66254 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,7 +16,7 @@ Core and Builtins
This fixes a build failure on HP-UX: int32_t and uint32_t are
defined in inttypes.h instead of stdint.h on that platform.
-- Issue #6373: Fixed a RuntimeError when encoding with the latin-1 codec and
+- Issue #6373: Fixed a SystemError when encoding with the latin-1 codec and
the 'surrogateescape' error handler, a string which contains unpaired
surrogates.