diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-05-09 21:09:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-05-09 21:09:40 (GMT) |
commit | 814a66f2d3b0fc6a981893d446f2fc3ec9df7746 (patch) | |
tree | bc88bbf004e917cc1e1e724c9bd104df9a941cc7 /Doc/whatsnew | |
parent | 43ca377e457a5eaf3674f58bf1a9bdd3bd06af76 (diff) | |
download | cpython-814a66f2d3b0fc6a981893d446f2fc3ec9df7746.zip cpython-814a66f2d3b0fc6a981893d446f2fc3ec9df7746.tar.gz cpython-814a66f2d3b0fc6a981893d446f2fc3ec9df7746.tar.bz2 |
finish clause
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 98457f8..3abbd69 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`. |