I've created https://bugs.python.org/issue44498, so we can continue the discussion there.
Once we remove the libraries, we could create a list of all open issues, put this list in another issue, link to it from what's new and then close all issues (including the one with the list). This way the known bugs will not be lost in case someone wants to maintain the code outside the stdlib. On Wed, Jun 23, 2021 at 9:14 AM Victor Stinner <vstin...@python.org> wrote: > Hi Irit, > > Since it's documented as deprecated, asyncore and asynchat are > deprecated as well since Python 3.6 (smtpd uses asynchat), I suggest > to remove these 3 modules right now. I would prefer to make such > incompatible change early in the development cycle, to give more time > to users to adapt their projects. > > We should explain to users how to handle this incompatible change in > What's New in Python 3.11. IMO suggesting to copy the required modules > into their project is an acceptable trade-off. > > Victor > >
_______________________________________________ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/E4KBSXRSASYMRIHWPXTYVSTX2CY2OHKF/ Code of Conduct: https://www.python.org/psf/codeofconduct/