mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01:00
6 lines
166 B
ReStructuredText
6 lines
166 B
ReStructuredText
|
Pending Removal in Python 3.16
|
||
|
------------------------------
|
||
|
|
||
|
* :class:`array.array` ``'u'`` type (:c:type:`wchar_t`):
|
||
|
use the ``'w'`` type instead (``Py_UCS4``).
|