]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45516: add protocol description to the Traversable documentation (#29039)
authorFilipe Laíns <filipe.lains@gmail.com>
Mon, 18 Oct 2021 22:58:13 +0000 (23:58 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 22:58:13 +0000 (18:58 -0400)
commit4d03de3329ed8daa9c1107b1aedbb0fa280bddb6
treed1fe52842b29983aa38e74333ee60efd49420f43
parent6a533a423869e28d9086cf4d79029f59e9eec916
bpo-45516: add protocol description to the Traversable documentation (#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>
Doc/library/importlib.rst
Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst [new file with mode: 0644]