[Python-Dev] replacing 'global'
Guido van Rossum
guido at python.org
Mon Oct 27 11:51:16 EST 2003
More information about the Python-Dev mailing list
Mon Oct 27 11:51:16 EST 2003
- Previous message: [Python-Dev] replacing 'global'
- Next message: [Python-Dev] replacing 'global'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] replacing 'global'
- Next message: [Python-Dev] replacing 'global'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list