[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:
Hugo van Kemenade 2023-10-31 08:49:24 +02:00 committed by GitHub
parent 1675c25495
commit e820d7603b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------