[New-bugs-announce] [issue36299] Deprecate 'u' type in array module

Inada Naoki report at bugs.python.org
Fri Mar 15 01:50:02 EDT 2019


New submission from Inada Naoki <songofacandy at gmail.com>:

The doc says:

> 'u' will be removed together with the rest of the Py_UNICODE API.
> Deprecated since version 3.3, will be removed in version 4.0.
> https://docs.python.org/3/library/array.html

But DeprecationWarning is not raised yet.  Let's raise it.

* 3.8 -- PendingDeprecationWarning
* 3.9 -- DeprecationWarning
* 4.0 or 3.10 -- Remove it.

----------
components: Library (Lib)
messages: 337967
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: Deprecate 'u' type in array module
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36299>
_______________________________________


More information about the New-bugs-announce mailing list