]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46109: Separate out files relating to importlib.resources (GH-30160)
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 31 Dec 2021 02:17:05 +0000 (21:17 -0500)
committerGitHub <noreply@github.com>
Fri, 31 Dec 2021 02:17:05 +0000 (21:17 -0500)
commit99945c6b5cf280bd90075cffae942af44941abcc
treed698a71547b0a83ff4fd1fa8155ab96aaa16c155
parente712a5b277866a71c195f38c1b5d87d9126dba3e
bpo-46109: Separate out files relating to importlib.resources (GH-30160)

* Separate out files relating to importlib.resources

* Update Introduction to direct readers to the submodule documentation.

* Create separate file for abcs relating to resources.

* Move abc docs back to where they were.
Doc/library/importlib.resources.abc.rst [new file with mode: 0644]
Doc/library/importlib.resources.rst [new file with mode: 0644]
Doc/library/importlib.rst
Doc/library/modules.rst
Misc/NEWS.d/next/Documentation/2021-12-16-21-13-55.bpo-46109.0-RNzu.rst [new file with mode: 0644]