summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-01 00:48:39 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-01 00:48:39 (GMT)
commita4aba66ebe630b272a5dca9569a38e4f006f23e3 (patch)
tree0b3806c45f889fa6c3f7402902278cb5687ab459 /Misc
parent46d4440cad8b5b0ef14d669f20530fdc4e56757e (diff)
downloadcpython-a4aba66ebe630b272a5dca9569a38e4f006f23e3.zip
cpython-a4aba66ebe630b272a5dca9569a38e4f006f23e3.tar.gz
cpython-a4aba66ebe630b272a5dca9569a38e4f006f23e3.tar.bz2
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 9c48b97..8ae1270 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.