]> granicus.if.org Git - python/commitdiff
finish clause
authorBenjamin Peterson <benjamin@python.org>
Sun, 9 May 2010 21:09:40 +0000 (21:09 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 9 May 2010 21:09:40 +0000 (21:09 +0000)
Doc/whatsnew/2.7.rst

index 98457f8f2a444c439da97d57cb21d838a748291a..3abbd697bc94b4571f1175d2a50dfa29e1e3d3e3 100644 (file)
@@ -136,7 +136,7 @@ A partial list of 3.1 features that were backported to 2.7:
 
 * The syntax for set literals (``{1,2,3}`` is a mutable set).
 * Dictionary and set comprehensions (``{ i: i*2 for i in range(3)}``).
-* Multiple context managers in
+* Multiple context managers in a single :stmt:`with` statement.
 * A new version of the :mod:`io` library, rewritten in C for performance.
 * The ordered-dictionary type described in :ref:`pep-0372`.
 * The new format specifier described in :ref:`pep-0378`.