[Python-checkins] r84688 - python/branches/py3k/Doc/reference/simple_stmts.rst

benjamin.peterson python-checkins at python.org
Fri Sep 10 23:59:21 CEST 2010


Author: benjamin.peterson
Date: Fri Sep 10 23:59:21 2010
New Revision: 84688

Log:
add newline

Modified:
   python/branches/py3k/Doc/reference/simple_stmts.rst

Modified: python/branches/py3k/Doc/reference/simple_stmts.rst
==============================================================================
--- python/branches/py3k/Doc/reference/simple_stmts.rst	(original)
+++ python/branches/py3k/Doc/reference/simple_stmts.rst	Fri Sep 10 23:59:21 2010
@@ -396,6 +396,7 @@
 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.
 


More information about the Python-checkins mailing list