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:
Stefan Krah 2012-08-24 20:14:12 +02:00
parent 8d649ef951
commit 029780be09
3 changed files with 16 additions and 1 deletions

View file

@ -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
=====================