]> granicus.if.org Git - python/commit
Added a -q ('quiet') option to tabnanny, which causes only the names of
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 18 Dec 1998 13:56:58 +0000 (13:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 18 Dec 1998 13:56:58 +0000 (13:56 +0000)
commitdc86a4e5bb537c979377d43e7eafeb473196b5e0
treed0350bf3737d2beceea9b4158958de18cfc97760
parentea5163261e641d7cbd622e6c3bc176c464fa6522
Added a -q ('quiet') option to tabnanny, which causes only the names of
    offending files to be printed.  Good for emacs `tabnanny.py *.py`
Lib/tabnanny.py
Tools/idle/tabnanny.py
Tools/scripts/tabnanny.py