From 19c2e5a9f307c21189beb9d4867bc054d2ac4209 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 9 Dec 2012 14:58:08 +0100 Subject: [PATCH] changelog fix --- CHANGES.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 192f204..4fc0859 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,10 +11,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 ------------- @@ -28,6 +24,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 -- 2.7.4