diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-03-18 08:01:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-03-18 08:01:21 (GMT) |
commit | eb7d40c12c3b70a6e345d0336cc5853970028158 (patch) | |
tree | dc5a25fe00a5046ce9616896276b3c866ea7f133 /Doc/whatsnew/index.rst | |
parent | 845efccab1282ff0d6e6a09909c27130423122ba (diff) | |
download | cpython-eb7d40c12c3b70a6e345d0336cc5853970028158.zip cpython-eb7d40c12c3b70a6e345d0336cc5853970028158.tar.gz cpython-eb7d40c12c3b70a6e345d0336cc5853970028158.tar.bz2 |
Doc: add What's New in Python 3.5 to whatsnew index
Diffstat (limited to 'Doc/whatsnew/index.rst')
-rw-r--r-- | Doc/whatsnew/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 29902e4..edb5502 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 + 3.5.rst 3.4.rst 3.3.rst 3.2.rst |