diff options
Diffstat (limited to 'Doc/reference/simple_stmts.rst')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 4082aa7..7de9c0e 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -396,6 +396,7 @@ assignment of an empty slice of the right type (but even this is determined by the sliced object). .. versionchanged:: 3.2 + Previously it was illegal to delete a name from the local namespace if it occurs as a free variable in a nested block. |