mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +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
|
@ -17,7 +17,7 @@ def process(filename):
|
|||
return
|
||||
data = f.read()
|
||||
f.close()
|
||||
if data[:2] <> '/*':
|
||||
if data[:2] != '/*':
|
||||
sys.stderr.write('%s does not begin with C comment\n' % filename)
|
||||
return
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue