]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 Oct 2021 19:27:49 +0000 (12:27 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 19:27:49 +0000 (12:27 -0700)
commitb04b307e0ebad0d9c7cc311fe6018b8d31b2ac8d
tree6bd1f3534e67b94407948b2c48e93ec637d581d2
parented807bf333cdc78b92c9861600acf1a435c52193
bpo-45516: add protocol description to the Traversable documentation (GH-29039)

* bpo-45516: add protocol description to the Traversable documentation

Signed-off-by: Filipe Laíns <lains@riseup.net>
* Update Doc/library/importlib.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Update Lib/importlib/abc.py

* Update Doc/library/importlib.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
(cherry picked from commit 4d03de3329ed8daa9c1107b1aedbb0fa280bddb6)

Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
Doc/library/importlib.rst
Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst [new file with mode: 0644]