mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #13072: The array module's 'u' format code is now deprecated and
will be removed in Python 4.0.
This commit is contained in:
parent
8d649ef951
commit
029780be09
3 changed files with 16 additions and 1 deletions
|
|
@ -1841,6 +1841,13 @@ Encoders:
|
|||
:c:func:`PyUnicode_TransformDecimalToASCII`
|
||||
|
||||
|
||||
Deprecated features
|
||||
-------------------
|
||||
|
||||
The :mod:`array` module's ``'u'`` format code is now deprecated and will be
|
||||
removed in Python 4 together with the rest of the (:c:type:`Py_UNICODE`) API.
|
||||
|
||||
|
||||
Porting to Python 3.3
|
||||
=====================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue