]> granicus.if.org Git - python/commitdiff
add newline
authorBenjamin Peterson <benjamin@python.org>
Fri, 10 Sep 2010 21:59:21 +0000 (21:59 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 10 Sep 2010 21:59:21 +0000 (21:59 +0000)
Doc/reference/simple_stmts.rst

index 4082aa70a3a96288a9df99eda54a746a590a567b..7de9c0eeb4fb93ad51cfdda4bde6dbffa8588f31 100644 (file)
@@ -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.