mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-102033: Fix syntax error in Tools/c-analyzer
(GH-102066)
The easiest way to format strings with `{}` meaningful chars is via `%`.
This commit is contained in:
parent
7559f5fda9
commit
1ca315538f
14 changed files with 3 additions and 335 deletions
|
@ -1,7 +1,3 @@
|
|||
|
||||
_NOT_SET = object()
|
||||
|
||||
|
||||
def peek_and_iter(items):
|
||||
if not items:
|
||||
return None, None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue