mirror of
https://github.com/python/cpython.git
synced 2025-07-14 06:45:17 +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
|
@ -17,7 +17,7 @@ def main():
|
|||
keys = suffixes.keys()
|
||||
keys.sort()
|
||||
for suff in keys:
|
||||
print repr(suff), len(suffixes[suff])
|
||||
print(repr(suff), len(suffixes[suff]))
|
||||
|
||||
def getsuffix(filename):
|
||||
suff = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue