blob: bc1206bb64d93db850bc36200b959325e6f3fa34 [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 Brandlc9c9bc02011-02-25 11:28:22 +000014 3.3.rst
Benjamin Peterson6fd7d6c2009-06-28 21:41:24 +000015 3.2.rst
Georg Brandlc47408a2008-12-04 18:44:53 +000016 3.1.rst
Benjamin Petersonf10a79a2008-10-11 00:49:57 +000017 3.0.rst
18 2.7.rst
19 2.6.rst
20 2.5.rst
21 2.4.rst
22 2.3.rst
23 2.2.rst
24 2.1.rst
25 2.0.rst
Georg Brandl2cac28b2012-09-30 15:10:06 +020026
Georg Brandl44d0c212012-10-01 19:08:50 +020027The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
28contains *all* nontrivial changes to Python for the current version.
Georg Brandl2cac28b2012-09-30 15:10:06 +020029
30.. toctree::
Georg Brandl44d0c212012-10-01 19:08:50 +020031 :maxdepth: 2
Georg Brandl2cac28b2012-09-30 15:10:06 +020032
Georg Brandl44d0c212012-10-01 19:08:50 +020033 changelog.rst