Skip to content

Commit a6a856f

Browse files
authored
Remove an outdated statement in execution model docs (GH-754) (GH-774)
(cherry picked from commit fad7f15)
1 parent d7df9e6 commit a6a856f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/reference/executionmodel.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ This means that the following code will print 42::
194194
i = 42
195195
f()
196196

197-
There are several cases where Python statements are illegal when used in
198-
conjunction with nested scopes that contain free variables.
199-
200-
If a variable is referenced in an enclosing scope, it is illegal to delete the
201-
name. An error will be reported at compile time.
202-
203197
.. XXX from * also invalid with relative imports (at least currently)
204198
205199
The :func:`eval` and :func:`exec` functions do not have access to the full

0 commit comments

Comments
 (0)