On Tue, Jul 01, 2008 at 11:28:16PM -0500, Shawn Walker wrote:

>     - Always surround these binary operators with a single space on
>       either side: assignment (=), augmented assignment (+=, -= etc.),
>       comparisons (==, <, >, !=, <>, <=, >=, in, not in, is, is not),
>       Booleans (and, or, not).
> 
> http://www.python.org/dev/peps/pep-0008/
> 
> It seems to indicate we should.

Two bullet points down from that:

    - Don't use spaces around the '=' sign when used to indicate a keyword
      argument or a default parameter value.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to