]> granicus.if.org Git - python/commit
Tim Peters' program for checking whether a program's indentation is
authorGuido van Rossum <guido@python.org>
Tue, 31 Mar 1998 14:31:39 +0000 (14:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 31 Mar 1998 14:31:39 +0000 (14:31 +0000)
commit9ab75cbaabd953ba95b2c369dc8ed203bff99c4a
tree87083200ce1cd038672165868c73c8d05f81f3f2
parenta6bb6be95f4a04fdf7a09fcc92432273877af049
Tim Peters' program for checking whether a program's indentation is
sensitive to tab size.  Uses a different strategy than tabpolice.py,
but has compatible usage.
Lib/tabnanny.py [new file with mode: 0755]
Tools/idle/tabnanny.py [new file with mode: 0755]
Tools/scripts/tabnanny.py [new file with mode: 0755]