mirror of https://github.com/python/cpython
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
|
@ -716,6 +716,9 @@ importlib.resources
|
|||
* :func:`importlib.resources.as_file` now supports resource directories.
|
||||
(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
|
||||
-------
|
||||
|
||||
|
|
|
@ -604,7 +604,6 @@ although there is currently no date scheduled for their removal.
|
|||
* ``EntryPoints`` tuple interface.
|
||||
* Implicit ``None`` on return values.
|
||||
|
||||
* :mod:`importlib.resources`: First parameter to files is renamed to 'anchor'.
|
||||
* :mod:`importlib.resources` deprecated methods:
|
||||
|
||||
* ``contents()``
|
||||
|
|
Loading…
Reference in New Issue