]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix missing `f` prefix on f-strings (GH-91910)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Apr 2022 07:01:11 +0000 (00:01 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 07:01:11 +0000 (00:01 -0700)
commit081e95165e2482c80ec05ff3aa4ddad103e64b61
tree2214c93a9d2aaced4cba4a0048666a17873a021c
parentf4252dfb8edea01a892be8d29d3a0747e381eb4e
Fix missing `f` prefix on f-strings (GH-91910)

(cherry picked from commit f882d33778ee2625ab32d90e28edb6878fb8af93)

Co-authored-by: Alexander Shadchin <alexandr.shadchin@gmail.com>
Lib/asyncio/base_events.py
Lib/multiprocessing/util.py
Misc/NEWS.d/next/Library/2022-04-25-14-18-01.gh-issue-91910.kY-JR0.rst [new file with mode: 0644]