Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Fix docs source link for importlib.metadata#29025
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
FFY00 commentedOct 23, 2021
Ugh, docs are a bit of a pain to keep in sync 😅 |
FFY00 commentedOct 23, 2021
@jaraco, remember to change the target branch to main and add the backport label 😁 |
jaraco commentedOct 23, 2021
We'll want to apply this change to the cpython branch of importlib_metadata also. Otherwise, it might get overwritten during the next update from there. |
FFY00 commentedOct 25, 2021
The importlib_metadata does not contain this link, it is part of the CPython only header. |
jaraco commentedOct 30, 2021
I applied the change atpython/importlib_metadata@90083722648. |
jaraco commentedOct 30, 2021
Good catch. I not only had to change the target branch, but I had to cherry-pick and force-push the change against |
miss-islington commentedOct 30, 2021
@flying-sheep: Status check is done, and it's a success ✅ . |
miss-islington commentedOct 30, 2021
Thanks@flying-sheep for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
The link broke for Python 3.10 since importlib.metadata was made from a module into a packageI think this is trivial enough to not need a bpo issue.Automerge-Triggered-By: GH:jaraco(cherry picked from commitaae18a1)Co-authored-by: Philipp A <flying-sheep@web.de>
bedevere-bot commentedOct 30, 2021
GH-29330 is a backport of this pull request to the3.10 branch. |
The link broke for Python 3.10 since importlib.metadata was made from a module into a packageI think this is trivial enough to not need a bpo issue.Automerge-Triggered-By: GH:jaraco(cherry picked from commitaae18a1)Co-authored-by: Philipp A <flying-sheep@web.de>
Uh oh!
There was an error while loading.Please reload this page.
The link broke for Python 3.10 since importlib.metadata was made from a module into a package
I think this is trivial enough to not need a bpo issue.
Automerge-Triggered-By: GH:jaraco