Skip to content

Commit

Permalink
[3.12] gh-111301: Move importlib.resources.files change to What's n…
Browse files Browse the repository at this point in the history
…ew in Python 3.12 (#111512) (#111534)

Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
  • Loading branch information
hugovk and befeleme committed Oct 31, 2023
1 parent 1675c25 commit e820d76
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 e820d76

Please sign in to comment.