]> granicus.if.org Git - python/commit
Hand repair of cases where reindent changed lines of the form
authorTim Peters <tim.peters@gmail.com>
Wed, 17 Jan 2001 09:13:33 +0000 (09:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 17 Jan 2001 09:13:33 +0000 (09:13 +0000)
commit79b334ba55f3d0ab7e8f453fe1948f609a3fc6e0
tree94070cf4c86d9819a1d59e6f316d19f08326f12d
parent78542ef830e53bbb505cf83acc75697121b756cc
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.
Tools/scripts/classfix.py
Tools/scripts/dutree.py
Tools/scripts/fixcid.py
Tools/scripts/fixnotice.py
Tools/scripts/methfix.py
Tools/scripts/pathfix.py