8000 [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20… · python/cpython@f8c05bb · GitHub
[go: up one dir, main page]

Skip to content
/ cpython Public

Commit f8c05bb

Browse files
[3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860)
(cherry picked from commit dea3223) Co-authored-by: Zackery Spytz <zspytz@gmail.com> Automerge-Triggered-By: @brettcannon
1 parent a8936fa commit f8c05bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/imp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
**Source code:** :source:`Lib/imp.py`
99

1010
.. deprecated:: 3.4
11-
The :mod:`imp` package 4D11 is pending deprecation in favor of :mod:`importlib`.
11+
The :mod:`imp` module is deprecated in favor of :mod:`importlib`.
1212

1313
.. index:: statement: import
1414

0 commit comments

Comments
 (0)
0