[New-bugs-announce] [issue40937] Remove deprecated functions marked for removal in 3.10

Rémi Lapeyre report at bugs.python.org
Wed Jun 10 06:43:59 EDT 2020


New submission from Rémi Lapeyre <remi.lapeyre at henki.fr>:

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.

----------
components: Library (Lib)
messages: 371178
nosy: remi.lapeyre
priority: normal
severity: normal
status: open
title: Remove deprecated functions marked for removal in 3.10
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40937>
_______________________________________


More information about the New-bugs-announce mailing list