File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -716,6 +716,9 @@ importlib.resources
716
716
* :func: `importlib.resources.as_file ` now supports resource directories.
717
717
(Contributed by Jason R. Coombs in :gh: `97930 `.)
718
718
719
+ * Rename first parameter of :func: `importlib.resources.files ` to *anchor *.
720
+ (Contributed by Jason R. Coombs in :gh: `100598 `.)
721
+
719
722
inspect
720
723
-------
721
724
Original file line number Diff line number Diff line change @@ -604,7 +604,6 @@ although there is currently no date scheduled for their removal.
604
604
* ``EntryPoints `` tuple interface.
605
605
* Implicit ``None `` on return values.
606
606
607
- * :mod: `importlib.resources `: First parameter to files is renamed to 'anchor'.
608
607
* :mod: `importlib.resources ` deprecated methods:
609
608
610
609
* ``contents() ``
You can’t perform that action at this time.
0 commit comments