diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-31 19:26:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 19:26:49 (GMT) |
commit | 89b1237ffbd2df2721dc4959e3ccb1106f3555b5 (patch) | |
tree | 107c9d2d8d0da18b8ff89fec303c2888610350e5 /Misc/NEWS.d | |
parent | ed91f959b032951620f32bcd93ff27223699a86a (diff) | |
download | cpython-89b1237ffbd2df2721dc4959e3ccb1106f3555b5.zip cpython-89b1237ffbd2df2721dc4959e3ccb1106f3555b5.tar.gz cpython-89b1237ffbd2df2721dc4959e3ccb1106f3555b5.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst b/Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst new file mode 100644 index 0000000..98f5d34 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-10-18-20-12-18.bpo-45516.EJh4K8.rst @@ -0,0 +1,2 @@ +Add protocol description to the :class:`importlib.abc.Traversable` +documentation. |