From d032532bb9307a4163152a808e96d471c9f180b1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 10 Sep 2010 21:59:21 +0000 Subject: [PATCH] add newline --- Doc/reference/simple_stmts.rst | 1 + 1 file changed, 1 insertion(+) 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. -- 2.40.0