Re: Single lines between top level classes & functions

2009-12-01 Thread Luke Plant
On Tuesday 01 December 2009 23:06:45 SmileyChris wrote: > Prompted by Luke's whitespace removal patch for django-contrib- > messages, I thought I'd bring this up. > > The Django contributing guide says "Unless otherwise specified, > follow PEP 8." > > Should new code use two lines between top le

Re: Single lines between top level classes & functions

2009-12-01 Thread Russell Keith-Magee
On Wed, Dec 2, 2009 at 7:06 AM, SmileyChris wrote: > Prompted by Luke's whitespace removal patch for django-contrib- > messages, I thought I'd bring this up. > > The Django contributing guide says "Unless otherwise specified, follow > PEP 8." > > Should new code use two lines between top level cla

Single lines between top level classes & functions

2009-12-01 Thread SmileyChris
Prompted by Luke's whitespace removal patch for django-contrib- messages, I thought I'd bring this up. The Django contributing guide says "Unless otherwise specified, follow PEP 8." Should new code use two lines between top level classes & functions, like PEP 8 suggests, or should the contributin