This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients remi.lapeyre
Date 2020-06-10.10:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591785839.81.0.272297043685.issue40937@roundup.psfhosted.org>
In-reply-to
Content
The following modules have functions marked for deprecation in Python 3.10:
 - asyncio-queue
 - asyncio-subprocess
 - asyncio-sync
 - asyncio-task
 - collections
 - builtins
 - gettext
 - the old parser

I already opened a PR to remove those in gettext and Pablo Galindo removed the old parser. I will open PRs to fix the remainding modules.

Instead of creating a new issue to track those separately, I thought it would be easier to list them all here and open multiple PRs.
History
Date User Action Args
2020-06-10 10:43:59remi.lapeyresetrecipients: + remi.lapeyre
2020-06-10 10:43:59remi.lapeyresetmessageid: <1591785839.81.0.272297043685.issue40937@roundup.psfhosted.org>
2020-06-10 10:43:59remi.lapeyrelinkissue40937 messages
2020-06-10 10:43:59remi.lapeyrecreate