blob: 29902e407c8f80b358bfb006f6d9f5b90447c206 [file] [log] [blame]
Benjamin Petersonf10a79a2008-10-11 00:49:57 +00001.. _whatsnew-index:
2
3######################
4 What's New in Python
5######################
6
7The "What's New in Python" series of essays takes tours through the most
8important changes between major Python versions. They are a "must read" for
9anyone wishing to stay up-to-date after a new release.
10
11.. toctree::
Benjamin Peterson206e3072008-10-19 14:07:49 +000012 :maxdepth: 2
Benjamin Petersonf10a79a2008-10-11 00:49:57 +000013
Georg Brandlb80f5112012-09-30 09:11:58 +020014 3.4.rst
Georg Brandlc9c9bc02011-02-25 11:28:22 +000015 3.3.rst
Benjamin Peterson6fd7d6c2009-06-28 21:41:24 +000016 3.2.rst
Georg Brandlc47408a2008-12-04 18:44:53 +000017 3.1.rst
Benjamin Petersonf10a79a2008-10-11 00:49:57 +000018 3.0.rst
19 2.7.rst
20 2.6.rst
21 2.5.rst
22 2.4.rst
23 2.3.rst
24 2.2.rst
25 2.1.rst
26 2.0.rst
Georg Brandl2cac28b2012-09-30 15:10:06 +020027
Georg Brandl44d0c212012-10-01 19:08:50 +020028The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
29contains *all* nontrivial changes to Python for the current version.
Georg Brandl2cac28b2012-09-30 15:10:06 +020030
31.. toctree::
Georg Brandl44d0c212012-10-01 19:08:50 +020032 :maxdepth: 2
Georg Brandl2cac28b2012-09-30 15:10:06 +020033
Georg Brandl44d0c212012-10-01 19:08:50 +020034 changelog.rst