[issue4199] add shorthand global and nonlocal statements

Amaury Forgeot d'Arc report at bugs.python.org
Sat Dec 6 16:30:49 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

- the add_ast_fields() function seems to be added by this patch, but it 
is already in svn.

- Are 1-tuple supported?

    t = [1]
    global a, = t

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4199>
_______________________________________


More information about the Python-bugs-list mailing list