[Python-Dev] Re: whitespace normalization

Guido van Rossum guido@digicool.com
Thu, 15 Feb 2001 19:12:33 -0500


Tim,

I've seen a couple of checkins lately from you like this:

> Modified Files:
> 	random.py robotparser.py 
> Log Message:
> Whitespace normalization.

Apparently you watch checkins to the std library and run reindent on
changed modules occasionally.

Would it make sense to check in a test case into the test suite that
verifies that all std modules are reindent fixpoints, so that whoever
changes a module gets a chance to catch this before they check in?

--Guido van Rossum (home page: http://www.python.org/~guido/)