mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +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
|
@ -244,7 +244,7 @@ def fixline(line):
|
|||
subst = Dict[found]
|
||||
if Program is InsideCommentProgram:
|
||||
if not Docomments:
|
||||
print 'Found in comment:', found
|
||||
print('Found in comment:', found)
|
||||
i = i + n
|
||||
continue
|
||||
if NotInComment.has_key(found):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue