]> granicus.if.org Git - python/commitdiff
Update changelog for r85174
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:50:49 +0000 (11:50 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:50:49 +0000 (11:50 +0000)
Misc/NEWS

index efb679159ac07a19cb582725e914cd7c18d5ba2e..4c18199366971f559444898bbb866d4e0d2a58fc 100644 (file)
--- 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).