]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143605...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Jan 2026 22:44:32 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 22:44:32 +0000 (14:44 -0800)
commit1fa166888bd33538aab3f501174d512d6df22408
tree08ef1ce9951847ae4324f1afac19b50bd5604ad4
parentfbc81558a4dff59eac0f4de52682e895f8b639c7
[3.14] gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143605) (GH-144166)

gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143605)

In 3.11 ResourceReader, Traversable, & TraversableResources moved from importlib.abc to importlib.resources.abc (commit e712a5b277866a71c195f38c1b5d87d9126dba3e).

In 3.12 old import locations were deprecated (commit 71848c960927af801656026203371c41ad139b5a).

In 3.14 backwards-compat support was removed (commit 0751511d24295c39fdf2f5b2255e3fa3d796ce4d).
(cherry picked from commit f8262b84f5b76e45cfea9d73b09657919926850f)

Co-authored-by: Alex Willmer <alex@moreati.org.uk>
Co-authored-by: Brett Cannon <brett@python.org>
Doc/library/importlib.rst
Doc/whatsnew/3.7.rst
Misc/NEWS.d/3.7.0a4.rst
Misc/NEWS.d/3.7.0b1.rst
Misc/NEWS.d/3.7.0b4.rst
Misc/NEWS.d/3.8.0a1.rst