The following deferred PEP seems to have become obsolete due to time/Python marching on: PEP 349 - Allow str() to return unicode strings https://www.python.org/dev/peps/pep-0349/ As there is now not non-unicode strings anymore (unless I am misunderstanding the PEP). What should the state of this PEP be updated to? Henk-Jaap
Hi, Since Python 3 "str" type already means Unicode, I understand that Python 3 made this PEP outdated. Since Python 2 reached it's end of life, it seems perfectly safe to reject this PEP now. Victor Le lun. 4 mai 2020 à 15:26, Henk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com> a écrit :
The following deferred PEP seems to have become obsolete due to time/Python marching on:
PEP 349 - Allow str() to return unicode strings https://www.python.org/dev/peps/pep-0349/
As there is now not non-unicode strings anymore (unless I am misunderstanding the PEP).
What should the state of this PEP be updated to?
Henk-Jaap
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GF5D3F4M... Code of Conduct: http://python.org/psf/codeofconduct/
-- Night gathers, and now my watch begins. It shall not end until my death.
Agreed. On Mon, May 4, 2020 at 07:34 Victor Stinner <vstinner@python.org> wrote:
Hi,
Since Python 3 "str" type already means Unicode, I understand that Python 3 made this PEP outdated. Since Python 2 reached it's end of life, it seems perfectly safe to reject this PEP now.
Victor
Le lun. 4 mai 2020 à 15:26, Henk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com> a écrit :
The following deferred PEP seems to have become obsolete due to
time/Python marching on:
PEP 349 - Allow str() to return unicode strings https://www.python.org/dev/peps/pep-0349/
As there is now not non-unicode strings anymore (unless I am
misunderstanding the PEP).
What should the state of this PEP be updated to?
Henk-Jaap
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/GF5D3F4M...
Code of Conduct: http://python.org/psf/codeofconduct/
-- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/M2Y3PUFL... Code of Conduct: http://python.org/psf/codeofconduct/
-- --Guido (mobile)
The PEP is now rejected: https://www.python.org/dev/peps/pep-0349/ https://github.com/python/peps/commit/fb14d5d81f62f43e7bc78f52f1941cd36e32fd... Thanks Neil Schemenauer for the interesting PEP ;-) The good news is that Python 3 basically implements the PEP! Victor Le lun. 4 mai 2020 à 16:36, Guido van Rossum <guido@python.org> a écrit :
Agreed.
On Mon, May 4, 2020 at 07:34 Victor Stinner <vstinner@python.org> wrote:
Hi,
Since Python 3 "str" type already means Unicode, I understand that Python 3 made this PEP outdated. Since Python 2 reached it's end of life, it seems perfectly safe to reject this PEP now.
Victor
Le lun. 4 mai 2020 à 15:26, Henk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com> a écrit :
The following deferred PEP seems to have become obsolete due to time/Python marching on:
PEP 349 - Allow str() to return unicode strings https://www.python.org/dev/peps/pep-0349/
As there is now not non-unicode strings anymore (unless I am misunderstanding the PEP).
What should the state of this PEP be updated to?
Henk-Jaap
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GF5D3F4M... Code of Conduct: http://python.org/psf/codeofconduct/
-- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/M2Y3PUFL... Code of Conduct: http://python.org/psf/codeofconduct/
-- --Guido (mobile)
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (3)
-
Guido van Rossum
-
Henk-Jaap Wagenaar
-
Victor Stinner