diff options
author | Georg Brandl <georg@python.org> | 2012-09-30 06:57:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-30 06:57:40 (GMT) |
commit | 6b5e1d65886887a458adc3c2bda0ec432fa8b73f (patch) | |
tree | b73c5299e294eb3f337c47f72ae6b0d72b1b333d /Doc/tools | |
parent | ed4187745955e912caf8d23ed8a212a16eae2f71 (diff) | |
download | cpython-6b5e1d65886887a458adc3c2bda0ec432fa8b73f.zip cpython-6b5e1d65886887a458adc3c2bda0ec432fa8b73f.tar.gz cpython-6b5e1d65886887a458adc3c2bda0ec432fa8b73f.tar.bz2 |
Doc sidebar: point to 3.3 as stable.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/indexsidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index 2018011..ed5da0c 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -3,7 +3,7 @@ <h3>Docs for other versions</h3> <ul> <li><a href="http://docs.python.org/2.7/">Python 2.7 (stable)</a></li> - <li><a href="http://docs.python.org/3.2/">Python 3.2 (stable)</a></li> + <li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li> <li><a href="http://www.python.org/doc/versions/">Old versions</a></li> </ul> |