]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allow using...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 7 Dec 2020 23:45:21 +0000 (23:45 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 23:45:21 +0000 (23:45 +0000)
commitb6d6f5367da1f2e3f749c358ae8563c56a0cc395
treeced6d22f3bd7c5efcc0b8e3bdeb5b2eba6081ad1
parent7c797982383ebfd9cca39c480dcf6132979dd06f
bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allow using older Python versions (GH-23685)
Tools/clinic/clinic.py