~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.2-docs-html/_sources/whatsnew/index.txt

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.5.rst
 
15
   3.4.rst
 
16
   3.3.rst
 
17
   3.2.rst
 
18
   3.1.rst
 
19
   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
 
28
 
 
29
The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
 
30
contains *all* nontrivial changes to Python for the current version.
 
31
 
 
32
.. toctree::
 
33
   :maxdepth: 2
 
34
 
 
35
   changelog.rst