]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix exception name in NEWS, spotted by Neal Norwitz
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 1 Jul 2009 00:48:39 +0000 (00:48 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 1 Jul 2009 00:48:39 +0000 (00:48 +0000)
Misc/NEWS

index 9c48b97ad1fc970c485cdc8d6359f877172de0f3..8ae1270ce95f08e28dbe5f3384a5280f62a1ab9b 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.