]> granicus.if.org Git - python/commit
Clean up formatting of this file.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 16 Mar 2007 15:59:47 +0000 (15:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 16 Mar 2007 15:59:47 +0000 (15:59 +0000)
commitdd2cf1cb84e4dea3786594a4b26139335828757d
treee413242787f1d74c47840b84e3f7dc958c0c4d7c
parent26ca925838556369ecde923ad01509a2f10afcc2
Clean up formatting of this file.

The file should now follow PEP 7, except that it uses 4 space indents
(in the style of Py3k).  This particular code would be really hard to
read with the regular tab idents.

Other changes:
 - reflow long lines
 - change multi-line conditionals to have test at end of line
Python/ast.c