]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 May 2021 21:09:27 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Wed, 26 May 2021 21:09:27 +0000 (17:09 -0400)
commit97b4576f655c09e32d2cbcdcdbda72b1bf9f438a
tree8acfd7cbf946540018fb7c80f9494ac56ec96c8d
parent78a8428548445b501f5ebd6ff4647d93ffd8efd1
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389)

Automerge-Triggered-By: GH:jaraco
(cherry picked from commit f6fbdb90ee450ad693f7a7809035d0dc968f98b7)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
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]