Kaydet (Commit) 814a66f2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

finish clause

üst 43ca377e
...@@ -136,7 +136,7 @@ A partial list of 3.1 features that were backported to 2.7: ...@@ -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). * The syntax for set literals (``{1,2,3}`` is a mutable set).
* Dictionary and set comprehensions (``{ i: i*2 for i in range(3)}``). * 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. * A new version of the :mod:`io` library, rewritten in C for performance.
* The ordered-dictionary type described in :ref:`pep-0372`. * The ordered-dictionary type described in :ref:`pep-0372`.
* The new format specifier described in :ref:`pep-0378`. * The new format specifier described in :ref:`pep-0378`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment