| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Ugh, docs are a bit of a pain to keep in sync 😅 |
Sorry, something went wrong.
|
@jaraco, remember to change the target branch to main and add the backport label 😁 |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
The importlib_metadata does not contain this link, it is part of the CPython only header. |
Sorry, something went wrong.
|
I applied the change at python/importlib_metadata@90083722648. |
Sorry, something went wrong.
Good catch. I not only had to change the target branch, but I had to cherry-pick and force-push the change against main (because CPython doesn't use the SCM to maintain ancestry of changes). |
Sorry, something went wrong.
|
@flying-sheep: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Thanks @flying-sheep for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, something went wrong.
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 (cherry picked from commit aae18a1) Co-authored-by: Philipp A <flying-sheep@web.de>
|
GH-29330 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
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 (cherry picked from commit aae18a1) Co-authored-by: Philipp A <flying-sheep@web.de>
| Back | FazBrowse Home | New Git URL |
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