Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-45516: add protocol description to the Traversable documentation#29039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
d0a9fab to13a6e1cCompareFFY00 commentedOct 18, 2021
We can backport this, right? |
Uh oh!
There was an error while loading.Please reload this page.
jaraco commentedOct 18, 2021
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. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Uh oh!
There was an error while loading.Please reload this page.
FFY00 commentedOct 18, 2021
Sounds good 😊 |
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
bedevere-bot commentedOct 18, 2021
@jaraco: Please replace |
jaraco commentedOct 31, 2021
Wait. Did you mean backport to importlib_resources or backport to Python 3.10/3.9? If the latter, then probably yes. |
FFY00 commentedOct 31, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The later, I wasn't sure since you maintain a cpython branch. |
miss-islington commentedOct 31, 2021
miss-islington commentedOct 31, 2021
…ythonGH-29039)* bpo-45516: add protocol description to the Traversable documentationSigned-off-by: Filipe Laíns <lains@riseup.net>* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>* Update Lib/importlib/abc.py* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>(cherry picked from commit4d03de3)Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
bedevere-bot commentedOct 31, 2021
GH-29348 is a backport of this pull request to the3.9 branch. |
…ythonGH-29039)* bpo-45516: add protocol description to the Traversable documentationSigned-off-by: Filipe Laíns <lains@riseup.net>* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>* Update Lib/importlib/abc.py* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>(cherry picked from commit4d03de3)Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
bedevere-bot commentedOct 31, 2021
GH-29349 is a backport of this pull request to the3.10 branch. |
…H-29039)*bpo-45516: add protocol description to the Traversable documentationSigned-off-by: Filipe Laíns <lains@riseup.net>* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>* Update Lib/importlib/abc.py* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>(cherry picked from commit4d03de3)Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
…H-29039)*bpo-45516: add protocol description to the Traversable documentationSigned-off-by: Filipe Laíns <lains@riseup.net>* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>* Update Lib/importlib/abc.py* Update Doc/library/importlib.rstCo-authored-by: Jason R. Coombs <jaraco@jaraco.com>Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>(cherry picked from commit4d03de3)Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: Filipe Laínslains@riseup.net
https://bugs.python.org/issue45516