bpo-45516: add protocol description to the Traversable documentation#29039
bpo-45516: add protocol description to the Traversable documentation#29039jaraco merged 4 commits intopython:mainfrom
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
d0a9fab to
13a6e1c
Compare
|
We can backport this, right? |
Not exactly. Docs aren't synced between CPython and importlib_resources, so including this additional detail is going to require adding a lot more unsynchronized reference material to importlib_resources. It's probably not worth it. Let's just maintain the reference material here. |
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
Sounds good 😊 |
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
@jaraco: Please replace |
Wait. Did you mean backport to importlib_resources or backport to Python 3.10/3.9? If the latter, then probably yes. |
|
The later, I wasn't sure since you maintain a cpython branch. |
…ythonGH-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 4d03de3) Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
|
GH-29348 is a backport of this pull request to the 3.9 branch. |
…ythonGH-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 4d03de3) Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
|
GH-29349 is a backport of this pull request to the 3.10 branch. |
…H-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 4d03de3) Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
…H-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 4d03de3) Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
Signed-off-by: Filipe Laíns lains@riseup.net
https://bugs.python.org/issue45516