This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2019-03-15.05:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552629002.67.0.658973531537.issue36299@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-15 05:50:02methanesetrecipients: + methane
2019-03-15 05:50:02methanesetmessageid: <1552629002.67.0.658973531537.issue36299@roundup.psfhosted.org>
2019-03-15 05:50:02methanelinkissue36299 messages
2019-03-15 05:50:02methanecreate