Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
importlib.resources.files
1 parent 173d13b commit 9976834Copy full SHA for 9976834
2 files changed
Doc/whatsnew/3.12.rst
@@ -716,6 +716,9 @@ importlib.resources
716
* :func:`importlib.resources.as_file` now supports resource directories.
717
(Contributed by Jason R. Coombs in :gh:`97930`.)
718
719
+* Rename first parameter of :func:`importlib.resources.files` to *anchor*.
720
+ (Contributed by Jason R. Coombs in :gh:`100598`.)
721
+
722
inspect
723
-------
724
Doc/whatsnew/3.13.rst
@@ -604,7 +604,6 @@ although there is currently no date scheduled for their removal.
604
* ``EntryPoints`` tuple interface.
605
* Implicit ``None`` on return values.
606
607
-* :mod:`importlib.resources`: First parameter to files is renamed to 'anchor'.
608
* :mod:`importlib.resources` deprecated methods:
609
610
* ``contents()``
0 commit comments