1 .. _whatsnew-index: 2 3 ###################### 4 What's New in Python 5 ###################### 6 7 The "What's New in Python" series of essays takes tours through the most 8 important changes between major Python versions. They are a "must read" for 9 anyone wishing to stay up-to-date after a new release. 10 11 .. toctree:: 12 :maxdepth: 2 13 14 3.6.rst 15 3.5.rst 16 3.4.rst 17 3.3.rst 18 3.2.rst 19 3.1.rst 20 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 29 30 The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which 31 contains *all* nontrivial changes to Python for the current version. 32 33 .. toctree:: 34 :maxdepth: 2 35 36 changelog.rst 37