[Python-Dev] Suggested addition to PEP 8 for context managers (original) (raw)
R. David Murray rdmurray at bitdance.com
Tue Apr 17 14:25:01 CEST 2012
- Previous message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 17 Apr 2012 08:53:43 +0200, Matej Cepl <mcepl at redhat.com> wrote:
On 16.4.2012 18:10, Nam Nguyen wrote: > alist[pos + 1 : -1]
or other way around alist[pos+1:-1]
That's what I always use. No spaces inside the brackets for me :)
If the expression gets unreadable that way, factor it out.
--David
- Previous message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]