2008/7/1 Danek Duvall <[EMAIL PROTECTED]>:
> On Tue, Jul 01, 2008 at 10:50:52PM -0500, Shawn Walker wrote:
>
>>       182 +        def set_timestamp(self, 
>> timestamp=datetime.datetime.utcnow()):
>>
>> Missing space after and before '='.
>
> I think PEP8 prefers there not to be spaces there.  I'd vaguely prefer


    - 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.

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

Reply via email to