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, ncoghlan, serhiy.storchaka, skrah, terry.reedy
Date 2020-04-23.00:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587602863.74.0.314829915277.issue36299@roundup.psfhosted.org>
In-reply-to
Content
While array('u') doesn't use deprecated API with GH-19653, I still don't like 'u' because:

* I don't have any reason to use platform dependant wchar_t. [1]
* It is not consistent with PEP-3118.

[1]: https://mail.python.org/pipermail/python-dev/2019-March/156807.html

How about this plan?

* Add 'w' for Py_UCS4.
* Deprecate 'u', and remove it in the future.
History
Date User Action Args
2020-04-23 00:47:43methanesetrecipients: + methane, terry.reedy, ncoghlan, skrah, serhiy.storchaka
2020-04-23 00:47:43methanesetmessageid: <1587602863.74.0.314829915277.issue36299@roundup.psfhosted.org>
2020-04-23 00:47:43methanelinkissue36299 messages
2020-04-23 00:47:43methanecreate