diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-09-10 21:59:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-09-10 21:59:21 (GMT) |
commit | d032532bb9307a4163152a808e96d471c9f180b1 (patch) | |
tree | 0203225ddc58706875997c25e0ca962d37fadc64 /Doc/reference | |
parent | 5b519e02016ea3a51f784dee70eead3be4ab1aff (diff) | |
download | cpython-d032532bb9307a4163152a808e96d471c9f180b1.zip cpython-d032532bb9307a4163152a808e96d471c9f180b1.tar.gz cpython-d032532bb9307a4163152a808e96d471c9f180b1.tar.bz2 |
add newline
Diffstat (limited to 'Doc/reference')
-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. |