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.

classification
Title: Remove deprecated functions marked for removal in 3.10
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: remi.lapeyre, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2020-06-10 10:43 by remi.lapeyre, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20774 closed remi.lapeyre, 2020-06-10 10:50
PR 20775 open remi.lapeyre, 2020-06-10 11:46
Messages (1)
msg371178 - (view) Author: Rémi Lapeyre (remi.lapeyre) * Date: 2020-06-10 10:43
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
2022-04-11 14:59:32adminsetgithub: 85109
2020-06-11 06:47:06remi.lapeyresetnosy: + serhiy.storchaka
2020-06-10 11:46:31remi.lapeyresetpull_requests: + pull_request19973
2020-06-10 10:50:12remi.lapeyresetkeywords: + patch
stage: patch review
pull_requests: + pull_request19971
2020-06-10 10:43:59remi.lapeyrecreate