Skip to content

Commit d7b700f

Browse files
authored
Merge branch '3.12' into backport-7879081-3.12
2 parents a9b51b8 + d128edb commit d7b700f

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,6 +4,7 @@
44
as_file,
55
files,
66
Package,
7+
Anchor,
78
)
89

910
from ._legacy import (
@@ -22,6 +23,7 @@
2223

2324
__all__ = [
2425
'Package',
26+
'Anchor',
2527
'Resource',
2628
'ResourceReader',
2729
'as_file',
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)