mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -17,7 +17,7 @@ def main():
|
|||
keys = suffixes.keys()
|
||||
keys.sort()
|
||||
for suff in keys:
|
||||
print `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