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: Document various preexisting stdlib deprecations related to import for removal in Python 3.12
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon
Priority: normal Keywords: patch

Created on 2021-04-03 20:45 by brett.cannon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25167 merged brett.cannon, 2021-04-03 20:47
Messages (2)
msg390141 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2021-04-03 20:45
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
msg390146 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2021-04-03 22:31
New changeset dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936 by Brett Cannon in branch 'master':
bpo-43720: Update import-related stdlib deprecation messages to say they will be removed in Python 3.12 (GH-25167)
https://github.com/python/cpython/commit/dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87886
2021-04-03 22:31:33brett.cannonsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-04-03 22:31:21brett.cannonsetmessages: + msg390146
2021-04-03 20:47:30brett.cannonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23908
2021-04-03 20:45:08brett.cannoncreate