mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +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
|
@ -76,8 +76,8 @@ def main():
|
|||
opts, args = getopt.getopt(sys.argv[1:], 't:m:qva')
|
||||
except getopt.error as msg:
|
||||
sys.stdout = sys.stderr
|
||||
print msg
|
||||
print __doc__%vars(webchecker)
|
||||
print(msg)
|
||||
print(__doc__%vars(webchecker))
|
||||
sys.exit(2)
|
||||
webchecker.verbose = webchecker.VERBOSE
|
||||
webchecker.nonames = webchecker.NONAMES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue