]> 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:08:05 +0000 (00:08 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 07:08:05 +0000 (00:08 -0700)
commit280749a8fdfa9b42e249b7e09d2b44607fff228d
treeb2ff6692e2f0746a72f76998c1ff35835a949403
parentdbe666d39880352360cb07787d47237448196bf4
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]