]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143513: Remove importlib.abc documentation for removed ABCs (#143605)
authorAlex Willmer <alex@moreati.org.uk>
Thu, 22 Jan 2026 22:00:37 +0000 (22:00 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 22:00:37 +0000 (14:00 -0800)
commitf8262b84f5b76e45cfea9d73b09657919926850f
tree2a677dc6f10519aca9c370c7e163b1f767979266
parent5b2d49b7da25bdd7bde603c71ac8685993008b96
gh-143513: Remove importlib.abc documentation for removed ABCs (#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).

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