mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Hand repair of cases where reindent changed lines of the form
\t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years.
This commit is contained in:
parent
78542ef830
commit
79b334ba55
6 changed files with 18 additions and 18 deletions
|
@ -42,8 +42,8 @@ def show(total, d, prefix):
|
|||
tsub, dsub = d[key]
|
||||
list.append((tsub, key))
|
||||
if tsub is not None: sum = sum + tsub
|
||||
## if sum < total:
|
||||
## list.append((total - sum, os.curdir))
|
||||
## if sum < total:
|
||||
## list.append((total - sum, os.curdir))
|
||||
list.sort()
|
||||
list.reverse()
|
||||
width = len(`list[0][0]`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue