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