From 2fa4f5b80df724a8a3cd3a3d7fbc5fef773a1d56 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 9 Dec 2012 13:27:00 +0100 Subject: [PATCH] fix up changelog --- CHANGES.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2d66528..e40bd59 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,8 @@ Features added Bugs fixed ---------- +* In CPython 3.3, converting a Unicode character to the Py_UNICODE type could fail to raise an overflow for non-BMP characters that do not fit into a wchar_t on the current platform. + * Negative C integer constants lost their longness suffix in the generated C code. Other changes @@ -188,10 +190,6 @@ Features added Bugs fixed ---------- -* In CPython 3.3, converting a Unicode character to the Py_UNICODE type - could fail to raise an overflow for non-BMP characters that do not fit - into a wchar_t on the current platform. - Other changes ------------- -- 2.7.4