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 -- [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/NYNY3NLTH4WTBBKDUQF6KQKFEVN4B6SK/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-Dev] Are we ready to start cleaning up deprecated... Brett Cannon
- [Python-Dev] Re: Are we ready to start cleaning up d... Gregory P. Smith
- [Python-Dev] Re: Are we ready to start cleaning ... Brett Cannon
- [Python-Dev] Re: Are we ready to start clean... Gregory P. Smith
- [Python-Dev] Re: Are we ready to start c... Brett Cannon