#16157: merge with 3.3.
This commit is contained in:
commit
25bbe5e0bc
|
@ -50,7 +50,7 @@
|
|||
|
||||
This article explains the new features in Python 3.2 as compared to 3.1. It
|
||||
focuses on a few highlights and gives a few examples. For full details, see the
|
||||
:source:`Misc/NEWS <Misc/NEWS>` file.
|
||||
`Misc/NEWS <http://hg.python.org/cpython/file/3.2/Misc/NEWS>`_ file.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
This article explains the new features in Python 3.3, compared to 3.2.
|
||||
Python 3.3 was released on September 29, 2012. For full details,
|
||||
see the :source:`Misc/NEWS` file.
|
||||
see the `changelog <http://docs.python.org/3.3/whatsnew/changelog.html>`_.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
|
@ -65,7 +65,8 @@ This article explains the new features in Python 3.4, compared to 3.3.
|
|||
|
||||
.. Python 3.4 was released on TBD.
|
||||
|
||||
For full details, see the :source:`Misc/NEWS` file.
|
||||
For full details, see the
|
||||
`changelog <http://docs.python.org/3.4/whatsnew/changelog.html>`_.
|
||||
|
||||
.. note:: Prerelease users should be aware that this document is currently in
|
||||
draft form. It will be updated substantially as Python 3.4 moves towards
|
||||
|
|
Loading…
Reference in New Issue