Skip to content

Commit

Permalink
pythongh-111301: Move importlib.resources.files change to What's ne…
Browse files Browse the repository at this point in the history
…w in Python 3.12 (python#111512)
  • Loading branch information
befeleme authored and hugovk committed Oct 31, 2023
1 parent 1675c25 commit 6436662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down

0 comments on commit 6436662

Please sign in to comment.