Merge with 3.2.

This commit is contained in:
Georg Brandl 2012-06-24 22:50:30 +02:00
commit 56ed2844fa
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ 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.