mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Ran 2to3 over scripts directory.
This commit is contained in:
parent
d11ae5d6ec
commit
8efadf5d66
19 changed files with 74 additions and 86 deletions
|
@ -128,7 +128,7 @@ def main(args):
|
|||
sys.stderr.write("Check for format or version mismatch.\n")
|
||||
return 1
|
||||
else:
|
||||
for k in db.keys():
|
||||
for k in list(db.keys()):
|
||||
del db[k]
|
||||
|
||||
while 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue