diff options
author | Georg Brandl <georg@python.org> | 2008-10-08 18:57:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-10-08 18:57:13 (GMT) |
commit | 151f42fe12dcc6c731ecab63d7fe1437364666b9 (patch) | |
tree | 4f17c6fb8d1d391b3638603475eb6317c2946f24 /Doc/whatsnew/index.rst | |
parent | f3776a17effc7542826e1453b082ca0877722464 (diff) | |
download | cpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.zip cpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.tar.gz cpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.tar.bz2 |
Make all whatsnew docs accessible.
Diffstat (limited to 'Doc/whatsnew/index.rst')
-rw-r--r-- | Doc/whatsnew/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst new file mode 100644 index 0000000..07552a4 --- /dev/null +++ b/Doc/whatsnew/index.rst @@ -0,0 +1,21 @@ +.. _whatsnew-index: + +###################### + What's New in Python +###################### + +The "What's New in Python" series of essays takes tours through the most +important changes between major Python versions. They are a "must read" for +anyone wishing to stay up-to-date after a new release. + +.. toctree:: + :maxdepth: 1 + + 2.7.rst + 2.6.rst + 2.5.rst + 2.4.rst + 2.3.rst + 2.2.rst + 2.1.rst + 2.0.rst |