mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
bc1c7a0854
commit
83e7ccc9fd
5 changed files with 7 additions and 8 deletions
|
@ -230,10 +230,10 @@ def process(file, list):
|
|||
print "*** Bad warning for line %d:" % row, bad
|
||||
print "*", line
|
||||
elif intlong and not floatcomplex:
|
||||
print "%dc%d" % (row, row)
|
||||
print "<", line
|
||||
print "---"
|
||||
print ">", line[:col] + "/" + line[col:]
|
||||
print "%dc%d" % (row, row)
|
||||
print "<", line
|
||||
print "---"
|
||||
print ">", line[:col] + "/" + line[col:]
|
||||
elif floatcomplex and not intlong:
|
||||
print "True division / operator at line %d:" % row
|
||||
print "=", line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue