Guido van Rossum added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26763>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to