Message 367065 - Python tracker (original) (raw)

Message367065

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:43 methane set recipients: + methane, terry.reedy, ncoghlan, skrah, serhiy.storchaka
2020-04-23 00:47:43 methane set messageid: 1587602863.74.0.314829915277.issue36299@roundup.psfhosted.org
2020-04-23 00:47:43 methane link issue36299 messages
2020-04-23 00:47:43 methane create