1.. _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:: 12 :maxdepth: 2 13 14 3.9.rst 15 3.8.rst 16 3.7.rst 17 3.6.rst 18 3.5.rst 19 3.4.rst 20 3.3.rst 21 3.2.rst 22 3.1.rst 23 3.0.rst 24 2.7.rst 25 2.6.rst 26 2.5.rst 27 2.4.rst 28 2.3.rst 29 2.2.rst 30 2.1.rst 31 2.0.rst 32 33The "Changelog" is an HTML version of the `file built 34<https://pypi.org/project/blurb>`_ from the contents of the 35:source:`Misc/NEWS.d` directory tree, which contains *all* nontrivial changes 36to Python for the current version. 37 38.. toctree:: 39 :maxdepth: 2 40 41 changelog.rst 42