[New-bugs-announce] [issue43720] Document various preexisting stdlib deprecations related to import for removal in Python 3.12

Brett Cannon report at bugs.python.org
Sat Apr 3 16:45:08 EDT 2021


New submission from Brett Cannon <brett at python.org>:

The following module's have preexisting deprecations with no slated removal version. Since so much of import is getting cleaned up in Python 3.12, these should finally go as well so the APIs are consistent across Python.

- imp
- pkgutil
- importlib.util

----------
assignee: brett.cannon
components: Library (Lib)
messages: 390141
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Document various preexisting stdlib deprecations related to import for removal in Python 3.12
versions: Python 3.10

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


More information about the New-bugs-announce mailing list