Python 3.9 is going to be the first release which will exist without any Python
2.7 overlap. Does this mean we are ready to start removing things that have
been deprecated since at least Python 3.7? PEP 4 says [we are in the clear for
modules](https://www.python.org/dev/peps/pep-0004/#for-modules-existing-in-both-python-2-7-and-python-3-5),
but I figured I would double-check as questions of cleaning up individual
functions that have been deprecated for a very long time are now starting to
come up (e.g. https://bugs.python.org/issue38916).
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@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/NYNY3NLTH4WTBBKDUQF6KQKFEVN4B6SK/
Code of Conduct: http://python.org/psf/codeofconduct/