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 f37b6d9 commit ec10a82Copy full SHA for ec10a82
Doc/reference/simple_stmts.rst
@@ -975,12 +975,6 @@ The global statement applies to the entire scope of a function or
975
class body. A :exc:`SyntaxError` is raised if a variable is used or
976
assigned to prior to its global declaration in the scope.
977
978
-.. impl-detail::
979
-
980
- The current implementation does not enforce some of these restrictions, but
981
- programs should not abuse this freedom, as future implementations may enforce
982
- them or silently change the meaning of the program.
983
984
.. index::
985
pair: built-in function; exec
986
pair: built-in function; eval
0 commit comments