diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-02 11:50:49 +0000 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-02 11:50:49 +0000 |
| commit | aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312 (patch) | |
| tree | 9af86dd83a934ef8e0640c4e13c259bb0fac4988 | |
| parent | 46c7b3b28332b5b0f5fcfede416966786d33b92f (diff) | |
| download | cpython-git-aef57e3969a12a49aecaa01f7a8c9fa2d3bc8312.tar.gz | |
Update changelog for r85174
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |
