New submission from Benjamin Peterson <[EMAIL PROTECTED]>: PEP 3104 says that the nonlocal and global statements should allow a shorthand. ("global x; x = 3" == "global x = 3") This patch implements that.
---------- components: Interpreter Core files: global_nonlocal_short_assign.patch keywords: patch messages: 75193 nosy: benjamin.peterson priority: high severity: normal status: open title: add shorthand global and nonlocal statements versions: Python 3.1 Added file: http://bugs.python.org/file11880/global_nonlocal_short_assign.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4199> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com