From: Hugo van Kemenade Date: Tue, 31 Oct 2023 06:49:24 +0000 (+0200) Subject: [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Python... X-Git-Tag: v3.12.1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e820d7603bad40c4980633fc9fffea3eafe34236;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Python 3.12 (#111512) (#111534) Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 99e566f7d253..feed5238bfab 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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 -------