From a4aba66ebe630b272a5dca9569a38e4f006f23e3 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Wed, 1 Jul 2009 00:48:39 +0000 Subject: [PATCH] Fix exception name in NEWS, spotted by Neal Norwitz --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 9c48b97ad1f..8ae1270ce95 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.