8000 gh-113238: add Anchor to importlib.resources (#113801) · python/cpython@c85c002 · GitHub
[go: up one dir, main page]

Skip to content

Commit c85c002

Browse files
gh-113238: add Anchor to importlib.resources (#113801)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
1 parent 04fabe2 commit c85c002

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Lib/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',
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)
0