Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 849272b

Browse files
committed
Merged revisions 88658 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r88658 | benjamin.peterson | 2011-02-26 15:32:16 -0600 (Sat, 26 Feb 2011) | 1 line this isn't true anymore ........
1 parent 4914f9e commit 849272b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/reference/executionmodel.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ module, except those beginning with an underscore. This form may only be used
9494
at the module level.
9595

9696
A target occurring in a :keyword:`del` statement is also considered bound for
97-
this purpose (though the actual semantics are to unbind the name). It is
98-
illegal to unbind a name that is referenced by an enclosing scope; the compiler
99-
will report a :exc:`SyntaxError`.
97+
this purpose (though the actual semantics are to unbind the name).
10098

10199
Each assignment or import statement occurs within a block defined by a class or
102100
function definition or at the module level (the top-level code block).

0 commit comments

Comments
 (0)