mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-113238: add Anchor to importlib.resources (#113801)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
04fabe22dd
commit
c85c0026a6
2 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
as_file,
|
||||
files,
|
||||
Package,
|
||||
Anchor,
|
||||
)
|
||||
|
||||
from .abc import ResourceReader
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
|
||||
__all__ = [
|
||||
'Package',
|
||||
'Anchor',
|
||||
'ResourceReader',
|
||||
'as_file',
|
||||
'files',
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)
|
||||
Loading…
Add table
Add a link
Reference in a new issue