Skip to content

Commit

Permalink
gh-113238: add Anchor to importlib.resources (python/cpython#113801)
Browse files Browse the repository at this point in the history
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and jaraco committed Mar 12, 2024
1 parent 15ef1e1 commit 3209cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions importlib_resources/__init__.py
Expand Up @@ -4,13 +4,15 @@
as_file,
files,
Package,
Anchor,
)

from .abc import ResourceReader


__all__ = [
'Package',
'Anchor',
'ResourceReader',
'as_file',
'files',
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+.feature.rst
@@ -0,0 +1 @@
Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)

0 comments on commit 3209cce

Please sign in to comment.