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