mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Convert print statements to function calls in Tools/.
This commit is contained in:
parent
e5d0e8431f
commit
6afaeb757a
66 changed files with 777 additions and 779 deletions
|
@ -37,7 +37,7 @@ def main():
|
|||
mode = S_IMODE(st[ST_MODE])
|
||||
if mode & 0o111:
|
||||
if not ident:
|
||||
print filename
|
||||
print(filename)
|
||||
ident = st[:3]
|
||||
else:
|
||||
if st[:3] == ident:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue