From e820d7603bad40c4980633fc9fffea3eafe34236 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 31 Oct 2023 08:49:24 +0200 Subject: [PATCH] [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> --- Doc/whatsnew/3.12.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ------- -- 2.47.3