[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.

georg.brandl python-checkins at python.org
Sun Jun 24 22:50:42 CEST 2012


http://hg.python.org/cpython/rev/56b8244eea1b
changeset:   77754:56b8244eea1b
parent:      77753:653cf179491d
parent:      77752:2064beae3fac
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 22:50:30 2012 +0200
summary:
  Merge with 3.2.

files:
  Doc/reference/simple_stmts.rst |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -393,7 +393,6 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list