merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 09:42:52 +02:00
commit 7cf231f695
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ binding::
def do_global():
global spam
spam = "global spam"
spam = "test spam"
do_local()
print("After local assignment:", spam)