]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-111301: Move `importlib.resources.files` change to What's new in Python...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 31 Oct 2023 06:49:24 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 06:49:24 +0000 (06:49 +0000)
Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 99e566f7d253c82913f6a6f22d9a34fc0813f5d2..feed5238bfab2653d072e6c8c0a015797c03ff11 100644 (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
 -------