summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-10-02 11:50:49 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-10-02 11:50:49 (GMT)
commitaef57e3969a12a49aecaa01f7a8c9fa2d3bc8312 (patch)
tree9af86dd83a934ef8e0640c4e13c259bb0fac4988 /Misc
parent46c7b3b28332b5b0f5fcfede416966786d33b92f (diff)
downloadcpython-aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312.zip
cpython-aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312.tar.gz
cpython-aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312.tar.bz2
Update changelog for r85174
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efb6791..4c18199 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).