See https://bugs.python.org/issue40360
On Thu, Dec 10, 2020 at 3:01 AM Victor Stinner <[email protected]> wrote: > Le jeu. 10 déc. 2020 à 11:51, Matthias Klose <[email protected]> a écrit : > > lib2to3 is used by distutils/util, so why deprecate it before distutils? > > I don't think that it's exclusive. We can deprecate the 2to3 feature > in distutils as well. But please don't put a requirement on > deprecating distutils to be able to deprecate 2to3: there is the PEP > 632 for that. > > Now I recall that docutils, which is used by Sphinx uses, the 2to3 > feature of distutils. I was surprised to see that. This project can > run 2to3 once and drop Python 2 support (or use any other tool to keep > Python 2 support if they prefer). > > 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/JMZR5SNOE2TMVH4AQYRUSO6JXCZET5MD/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________ 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/ZABVN24TFHAGNINIOFBWXIXI7D4HHCNN/ Code of Conduct: http://python.org/psf/codeofconduct/
