]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). ...
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 26 May 2021 20:16:11 +0000 (16:16 -0400)
committerGitHub <noreply@github.com>
Wed, 26 May 2021 20:16:11 +0000 (13:16 -0700)
commitf6fbdb90ee450ad693f7a7809035d0dc968f98b7
treef83611c5e6c9a6d5215f00245a4c59460f6eb2a8
parent6cc800d3634fdd002b986c3ffe6a3d5540f311a0
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387)

Automerge-Triggered-By: GH:jaraco
Lib/importlib/_common.py
Lib/importlib/readers.py
Lib/importlib/resources.py
Lib/test/test_importlib/test_reader.py
Lib/test/test_importlib/test_resource.py
Misc/NEWS.d/next/Library/2021-05-26-14-50-06.bpo-38693.NkMacJ.rst [new file with mode: 0644]