From: Benjamin Peterson Date: Sun, 9 May 2010 21:09:40 +0000 (+0000) Subject: finish clause X-Git-Tag: v2.7rc1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=814a66f2d3b0fc6a981893d446f2fc3ec9df7746;p=thirdparty%2FPython%2Fcpython.git finish clause --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 98457f8f2a44..3abbd697bc94 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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`.