[Python-Dev] [Python-checkins] peps: Add rules for indenting continuation lines.

Glenn Linderman v+python at g.nevcal.com
Fri Jun 3 03:35:42 CEST 2011


On 6/2/2011 3:18 PM, Greg Ewing wrote:
> i.e. indent the *body* one more place. This avoids the
> jarriness of seeing an outdent that doesn't correspond
> to the closing of a suite. 

-1.  There are likely many more lines in the suite than in the 
conditional, that, by being double indented, would now need 
continuations themselves.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110602/1b507f33/attachment.html>


More information about the Python-Dev mailing list