From: Benjamin Peterson Date: Fri, 10 Sep 2010 21:59:21 +0000 (+0000) Subject: add newline X-Git-Tag: v3.2a3~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d032532bb9307a4163152a808e96d471c9f180b1;p=python add newline --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 4082aa70a3..7de9c0eeb4 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.