[Python-Dev] Re: whitespace normalization
Skip Montanaro
skip@mojam.com (Skip Montanaro)
Thu, 15 Feb 2001 19:10:37 -0600 (CST)
Tim> Don't think it's worth the bother: running reindent over everything
Tim> in Lib/ takes well over 10 seconds on my 866MHz box, so it would
Tim> end up getting skipped by people anway. More suitable for an
Tim> infrequent cron job, yes?
On Unix at least, you could simply eliminate it from the quicktest target to
speed up most test runs. Dunno how you'd avoid executing it on other
platforms.
S