[Python-checkins] r54415 - python/trunk/Python/ast.c

Georg Brandl g.brandl at gmx.net
Sat Mar 17 12:05:13 CET 2007


jeremy.hylton schrieb:
> Author: jeremy.hylton
> Date: Fri Mar 16 16:59:47 2007
> New Revision: 54415
> 
> Modified:
>    python/trunk/Python/ast.c
> Log:
> 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

This should be done in the p3yk branch too (perhaps after a merge until before
the reformatting), or else merging changes will be a PITA.

Georg



More information about the Python-checkins mailing list