mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-111301: Move importlib.resources.files change to What's new in Python 3.12 (#111512) (#111534)
Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
This commit is contained in:
parent
1675c25495
commit
e820d7603b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue