We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906118d commit ee51327Copy full SHA for ee51327
Doc/reference/executionmodel.rst
@@ -194,12 +194,6 @@ This means that the following code will print 42::
194
i = 42
195
f()
196
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
203
.. XXX from * also invalid with relative imports (at least currently)
204
205
The :func:`eval` and :func:`exec` functions do not have access to the full
0 commit comments