This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients IanLee1521, Rosuav, berker.peksag, gvanrossum, methane
Date 2016-04-15.14:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460730710.57.0.504506870228.issue26763@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like the way "):" is indented in that example. I propose:

            if ((width == 0
                 and height == 0
                 and color == 'red'
                 and emphasis == 'strong')
                or highlight > 100):

Aren't there many other examples in the PEP that need to be adjusted, since we're changing the style not just for 'and' and 'or' but for all binary operators?
History
Date User Action Args
2016-04-15 14:31:50gvanrossumsetrecipients: + gvanrossum, methane, Rosuav, berker.peksag, IanLee1521
2016-04-15 14:31:50gvanrossumsetmessageid: <1460730710.57.0.504506870228.issue26763@psf.upfronthosting.co.za>
2016-04-15 14:31:50gvanrossumlinkissue26763 messages
2016-04-15 14:31:50gvanrossumcreate