[Python-checkins] r85177 - python/branches/py3k/Misc/NEWS

victor.stinner python-checkins at python.org
Sat Oct 2 13:50:49 CEST 2010


Author: victor.stinner
Date: Sat Oct  2 13:50:49 2010
New Revision: 85177

Log:
Update changelog for r85174


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Oct  2 13:50:49 2010
@@ -10,6 +10,8 @@
 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).


More information about the Python-checkins mailing list