diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-31 06:49:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 06:49:24 (GMT) |
commit | e820d7603bad40c4980633fc9fffea3eafe34236 (patch) | |
tree | 7897a46bce36665b5926329c6c46892041c7de72 | |
parent | 1675c25495846361ddacde3e4ee5272edcf219e3 (diff) | |
download | cpython-e820d7603bad40c4980633fc9fffea3eafe34236.zip cpython-e820d7603bad40c4980633fc9fffea3eafe34236.tar.gz cpython-e820d7603bad40c4980633fc9fffea3eafe34236.tar.bz2 |
[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>
-rw-r--r-- | Doc/whatsnew/3.12.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 99e566f..feed523 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 ------- |