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 2020-06-28.01:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593307288.21.0.378010145133.issue41123@roundup.psfhosted.org>
In-reply-to
Content
APIs have /* Py_DEPRECATED(3.3) */

* PyUnicode_EncodeDecimal
  It is used in PyLong_FromUnicode.  Deprecate in 3.10 and remove in 3.12

* PyUnicode_TransformDecimalToASCII
  While PEP 393 deprecate this too, its document doesn't has ``deprecated``.  Deprecate in 3.10 and remove in 3.12

* _PyUnicode_ToLowercase, _PyUnicode_ToUppercase
  They are not deprecated by PEP 393, but #12736. Deprecate in 3.10 and remove in 3.12.
  On the other hand, _PyUnicode_ToTitlecase has Py_DEPRECATED. It can be removed in 3.10.
History
Date User Action Args
2020-06-28 01:21:28methanesetrecipients: + methane
2020-06-28 01:21:28methanesetmessageid: <1593307288.21.0.378010145133.issue41123@roundup.psfhosted.org>
2020-06-28 01:21:28methanelinkissue41123 messages
2020-06-28 01:21:28methanecreate