blob: edb55022bdf1043a0f7f5c3d962c798405095127 [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
Victor Stinnereb7d40c2014-03-18 09:01:21 +010014 3.5.rst
Georg Brandlb80f5112012-09-30 09:11:58 +020015 3.4.rst
Georg Brandlc9c9bc02011-02-25 11:28:22 +000016 3.3.rst
Benjamin Peterson6fd7d6c2009-06-28 21:41:24 +000017 3.2.rst
Georg Brandlc47408a2008-12-04 18:44:53 +000018 3.1.rst
Benjamin Petersonf10a79a2008-10-11 00:49:57 +000019 3.0.rst
20 2.7.rst
21 2.6.rst
22 2.5.rst
23 2.4.rst
24 2.3.rst
25 2.2.rst
26 2.1.rst
27 2.0.rst
Georg Brandl2cac28b2012-09-30 15:10:06 +020028
Georg Brandl44d0c212012-10-01 19:08:50 +020029The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
30contains *all* nontrivial changes to Python for the current version.
Georg Brandl2cac28b2012-09-30 15:10:06 +020031
32.. toctree::
Georg Brandl44d0c212012-10-01 19:08:50 +020033 :maxdepth: 2
Georg Brandl2cac28b2012-09-30 15:10:06 +020034
Georg Brandl44d0c212012-10-01 19:08:50 +020035 changelog.rst