mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Update changelog for r85174
This commit is contained in:
parent
46c7b3b283
commit
aef57e3969
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ What's New in Python 3.2 Alpha 3?
|
||||||
Core and Builtins
|
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
|
- Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
|
||||||
UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE
|
UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE
|
||||||
and 32 bits wchar_t (eg. Linux in narrow build).
|
and 32 bits wchar_t (eg. Linux in narrow build).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue