Skip to content

Commit

Permalink
Merge branch '3.12' into backport-7879081-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Mar 8, 2025
2 parents a9b51b8 + d128edb commit d7b700f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/importlib/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
as_file,
files,
Package,
Anchor,
)

from ._legacy import (
Expand All @@ -22,6 +23,7 @@

__all__ = [
'Package',
'Anchor',
'Resource',
'ResourceReader',
'as_file',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)

0 comments on commit d7b700f

Please sign in to comment.