gh-113238: add Anchor to importlib.resources#113801
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Thanks @mikeziminio for the PR, and @FFY00 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @mikeziminio and @FFY00, I could not cleanly backport this to |
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
This change also needs to be backported to importlib_resources (I'll do that). |
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Done in python/importlib_resources@3209cce; released as v6.3.0. |
….1.3 to version 6.3.0
Jason R. Coombs (5):
Give precedence to native traversable readers.
Re-implement _block_standard as a wrapper function around _adapters.TraversableResourcesLoader and ensure that the known standard readers are replaced by readers from importlib_resources.
Add news fragment.
Finalize
Finalize
Mike Zimin (1):
gh-113238: add Anchor to importlib.resources (python/cpython#113801)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
GH-130499 is a backport of this pull request to the 3.12 branch. |
Anchorfromimportlib.resources#113238