(original) (raw)
On Apr 18, 2012, at 1:38 PM, Guido van Rossum wrote:
Let's change this to something more reasonable, e.g.
"""
If operators with different priorities are used, consider adding
whitespace around the operators with the lowest priority(ies). This is
very much to taste, however, never use more than one space, and always
have the same amount of whitespace on both sides of a binary operator.
"""
+1
Raymond