[Python-Dev] Re: @decorators, the PEP and the "options" out there?
Guido van Rossum
guido at python.org
Sat Aug 7 23:14:00 CEST 2004
More information about the Python-Dev mailing list
Sat Aug 7 23:14:00 CEST 2004
- Previous message: [Python-Dev] Re: @decorators, the PEP and the "options" out there?
- Next message: [Python-Dev] Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> >If the syntax does end up along these lines (and I'm expressing no > >opinion either way), then maybe it would be worth explicitly > >telling people (i.e. in PEP 8) that they ought to put a blank line > >before decorators to make it clear? > > Does PEP 8 tell people that they should put a blank before comment > lines introducing a function? No, but it tells them to *separate* methods by blank lines. So that's pretty clear guidance for where the put blank lines relative to the decorators. --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Re: @decorators, the PEP and the "options" out there?
- Next message: [Python-Dev] Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list