finish clause

This commit is contained in:
Benjamin Peterson 2010-05-09 21:09:40 +00:00
parent 43ca377e45
commit 814a66f2d3
1 changed files with 1 additions and 1 deletions

View 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`.