[Python-Dev] Suggested addition to PEP 8 for context managers (original) (raw)

Matej Cepl mcepl at redhat.com
Tue Apr 17 08:53:43 CEST 2012


On 16.4.2012 18:10, Nam Nguyen wrote:

alist[pos + 1 : -1]

or other way around

a_list[pos+1:-1]

?

Matěj



More information about the Python-Dev mailing list