summaryrefslogtreecommitdiffstats
path: root/Doc/reference/executionmodel.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-02-26 21:34:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-02-26 21:34:51 (GMT)
commit849272bf021dd34bfe4a847e320f8e0eb21d2350 (patch)
tree0c1b5d334f02449b16200b34352c40711ba5e402 /Doc/reference/executionmodel.rst
parent4914f9e4e226b3bc4ebb650a8e5e3f1ef2acc3c6 (diff)
downloadcpython-849272bf021dd34bfe4a847e320f8e0eb21d2350.zip
cpython-849272bf021dd34bfe4a847e320f8e0eb21d2350.tar.gz
cpython-849272bf021dd34bfe4a847e320f8e0eb21d2350.tar.bz2
Merged revisions 88658 via svnmerge from
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 ........
Diffstat (limited to 'Doc/reference/executionmodel.rst')
-rw-r--r--Doc/reference/executionmodel.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst
index d11e741..82e37a2 100644
--- a/Doc/reference/executionmodel.rst
+++ b/Doc/reference/executionmodel.rst
@@ -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).