I commented https://github.com/python/peps/pull/1462 as a review.
Le mer. 24 juin 2020 à 10:21, Inada Naoki <[email protected]> a écrit : > Do you mean APIs relating to Py_UNICODE, but not relating to > wstr nor legacy Unicode? (e.g. PyLong_FromUnicode, PyUnicode_Encode, etc...) > > We can remove them one-by-one basis. Oh, I forgot about these. I suggest to deprecate all of them in Python 3.10 and remove them in Python 3.12. Or is there any good reason to keep them? > Since they are independent from wstr and legacy Unicode object, > I don't want to handle them in this PEP. Ok. Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/3UZTXZ4BIKHT4TMGXDAH5LKU4LEKBTHM/ Code of Conduct: http://python.org/psf/codeofconduct/
