mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
gh-111301: Move importlib.resources.files
change to What's new in Python 3.12 (#111512)
This commit is contained in:
parent
173d13bb1f
commit
9976834356
2 changed files with 3 additions and 1 deletions
|
@ -716,6 +716,9 @@ importlib.resources
|
||||||
* :func:`importlib.resources.as_file` now supports resource directories.
|
* :func:`importlib.resources.as_file` now supports resource directories.
|
||||||
(Contributed by Jason R. Coombs in :gh:`97930`.)
|
(Contributed by Jason R. Coombs in :gh:`97930`.)
|
||||||
|
|
||||||
|
* Rename first parameter of :func:`importlib.resources.files` to *anchor*.
|
||||||
|
(Contributed by Jason R. Coombs in :gh:`100598`.)
|
||||||
|
|
||||||
inspect
|
inspect
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -604,7 +604,6 @@ although there is currently no date scheduled for their removal.
|
||||||
* ``EntryPoints`` tuple interface.
|
* ``EntryPoints`` tuple interface.
|
||||||
* Implicit ``None`` on return values.
|
* Implicit ``None`` on return values.
|
||||||
|
|
||||||
* :mod:`importlib.resources`: First parameter to files is renamed to 'anchor'.
|
|
||||||
* :mod:`importlib.resources` deprecated methods:
|
* :mod:`importlib.resources` deprecated methods:
|
||||||
|
|
||||||
* ``contents()``
|
* ``contents()``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue