]> granicus.if.org Git - python/commitdiff
Merged revisions 88658 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 21:34:51 +0000 (21:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 21:34:51 +0000 (21:34 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88658 | benjamin.peterson | 2011-02-26 15:32:16 -0600 (Sat, 26 Feb 2011) | 1 line

  this isn't true anymore
........

Doc/reference/executionmodel.rst

index d11e74196ad1a5836269535a500918e97b6ccdf4..82e37a21fab541939c843e0fa5c6807eab55dd22 100644 (file)
@@ -94,9 +94,7 @@ module, except those beginning with an underscore.  This form may only be used
 at the module level.
 
 A target occurring in a :keyword:`del` statement is also considered bound for
-this purpose (though the actual semantics are to unbind the name).  It is
-illegal to unbind a name that is referenced by an enclosing scope; the compiler
-will report a :exc:`SyntaxError`.
+this purpose (though the actual semantics are to unbind the name).
 
 Each assignment or import statement occurs within a block defined by a class or
 function definition or at the module level (the top-level code block).