Carl Banks wrote:
> Although Python doesn't do this, it is possible to mandate a specific
> indent (4 spaces, say), or at least a reasonable consistent indent  <snip>

I like running reindent.py (found in your Python source directory under
Tools/Scripts) which cleans up indentations, trailing whitespace, and
other things.  We run our entire source directory through reindent
before we check it into our library.  A very nice routine courtesy of
Tim Peters, I believe.

--greg

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to