]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix missing `f` prefix on f-strings (GH-91910)
authorAlexander Shadchin <alexandr.shadchin@gmail.com>
Wed, 27 Apr 2022 06:30:54 +0000 (09:30 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 06:30:54 +0000 (09:30 +0300)
commitf882d33778ee2625ab32d90e28edb6878fb8af93
tree15ceed9ad6e1461e0754b0c4e8f422326195a409
parent80de0273c0caf8bae19787bb00255eb3fb2a2d0c
Fix missing `f` prefix on f-strings (GH-91910)
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]