Skip to content

Commit 3209cce

Browse files
mikeziminioblurb-it[bot]
authored andcommitted
gh-113238: add Anchor to importlib.resources (python/cpython#113801)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
1 parent 15ef1e1 commit 3209cce

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

importlib_resources/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
as_file,
55
files,
66
Package,
7+
Anchor,
78
)
89

910
from .abc import ResourceReader
1011

1112

1213
__all__ = [
1314
'Package',
15+
'Anchor',
1416
'ResourceReader',
1517
'as_file',
1618
'files',

newsfragments/+.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)

0 commit comments

Comments
 (0)