diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 16:49:06 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 16:49:06 +0000 |
commit | f511fcc7435b2dadd5ff4d0b6d5dd6dbb94d73d4 (patch) | |
tree | a1c88a977959eda49adc54e6d1cc9eb66459c41d | |
parent | 2662733bce535d9a8bbd846f00598912d9328782 (diff) | |
download | cpython-git-f511fcc7435b2dadd5ff4d0b6d5dd6dbb94d73d4.tar.gz |
mark 3.1 as stable docs
-rw-r--r-- | Doc/tools/sphinxext/indexsidebar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index 965d986e88..f0e2cb0750 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -3,8 +3,8 @@ <h3>Docs for other versions</h3> <ul> <li><a href="http://docs.python.org/2.6/">Python 2.6 (stable)</a></li> - <li><a href="http://docs.python.org/3.0/">Python 3.0 (stable)</a></li> - <li><a href="http://docs.python.org/3.1/">Python 3.1 (in development)</a></li> + <li><a href="http://docs.python.org/3.1/">Python 3.1 (stable)</a></li> + <li><a href="http://docs.python.org/dev/py3k/">Python 3.2 (in development)</a></li> <li><a href="http://www.python.org/doc/versions/">Old versions</a></li> </ul> |