[Python-Dev] replacing 'global'

Guido van Rossum guido at python.org
Mon Oct 27 11:51:16 EST 2003


The only problem with using :: is a syntactic ambiguity:

  a[x::y]

already means something (an extended slice with start=x, no stop, and
step=y).

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list