summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 20:50:30 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 20:50:30 (GMT)
commit56ed2844fa88882a91f9ccf670c0e7a9736eb2a2 (patch)
tree5a18a79bb2d30a28020eb38f726b3393e93a3992 /Doc
parent61063cca6abe36005f6e327358d533af8a56d33c (diff)
parent33369cf9a534289769c9e8a3a093a0fa380dd435 (diff)
downloadcpython-56ed2844fa88882a91f9ccf670c0e7a9736eb2a2.zip
cpython-56ed2844fa88882a91f9ccf670c0e7a9736eb2a2.tar.gz
cpython-56ed2844fa88882a91f9ccf670c0e7a9736eb2a2.tar.bz2
Merge with 3.2.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/simple_stmts.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 1b46e42..ce7ce92 100644
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -393,7 +393,6 @@ 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.