Re: PEP 8 and indentation of continuation lines

2011-06-20 Thread Ben Finney
Ben Finney writes: > John Yeung writes: > > > So last week PEP 8 was updated to reflect this. All fine and good. I > > happen to prefer this style myself. But there remains an example > > further down (left over from earlier incarnations of PEP 8) which > > might go against this: > > > > if (wid

Re: PEP 8 and indentation of continuation lines

2011-06-20 Thread Ben Finney
John Yeung writes: > So last week PEP 8 was updated to reflect this. All fine and good. I > happen to prefer this style myself. But there remains an example > further down (left over from earlier incarnations of PEP 8) which > might go against this: > > if (width == 0 and height == 0 and > co

PEP 8 and indentation of continuation lines

2011-06-20 Thread John Yeung
Lurking on python-dev, I noticed a thread early this month (starting June 2) about possible additions to PEP 8 covering indentation of continuation lines. The recommendation was to double-indent continuation lines which are about to introduce a new suite, unless you are going to base your indentat