From: Victor Stinner Date: Sat, 2 Oct 2010 11:50:49 +0000 (+0000) Subject: Update changelog for r85174 X-Git-Tag: v3.2a3~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312;p=python Update changelog for r85174 --- diff --git a/Misc/NEWS b/Misc/NEWS index efb679159a..4c18199366 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 3.2 Alpha 3? Core and Builtins ----------------- +- Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t. + - Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and 32 bits wchar_t (eg. Linux in narrow build).