]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 73724 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 1 Jul 2009 00:50:34 +0000 (00:50 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 1 Jul 2009 00:50:34 +0000 (00:50 +0000)
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
........

Misc/NEWS

index fb1fee720e4072c9dc76d31f87aafd4e47ef01a4..0b66254f5e48c5fe2dfc11c404cda1b9d0df01ad 100644 (file)
--- 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.