diff options
author | Georg Brandl <georg@python.org> | 2012-09-30 07:11:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-30 07:11:58 (GMT) |
commit | b80f511a8bd6e0708b6915026681906d6f12ae11 (patch) | |
tree | ce50a6fb321d42c797692ea2f666b7ba94893dcf /Doc/whatsnew/index.rst | |
parent | 43e5fcb94cbd2c8684df1a8000cf717d6419b1d0 (diff) | |
download | cpython-b80f511a8bd6e0708b6915026681906d6f12ae11.zip cpython-b80f511a8bd6e0708b6915026681906d6f12ae11.tar.gz cpython-b80f511a8bd6e0708b6915026681906d6f12ae11.tar.bz2 |
Add a stub "whatsnew in 3.4" document.
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 c60818a..bc942fd 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.4.rst 3.3.rst 3.2.rst 3.1.rst |