diff options
author | Georg Brandl <georg@python.org> | 2010-08-18 20:05:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-18 20:05:54 (GMT) |
commit | a9d7c7772fa087fb1bf8bce5dc62fe29391525ca (patch) | |
tree | 84246e33c33a161e0b24811213c98d863f7679e3 | |
parent | 9cd464d66b45fd4392745ddbea9048188172d010 (diff) | |
download | cpython-a9d7c7772fa087fb1bf8bce5dc62fe29391525ca.zip cpython-a9d7c7772fa087fb1bf8bce5dc62fe29391525ca.tar.gz cpython-a9d7c7772fa087fb1bf8bce5dc62fe29391525ca.tar.bz2 |
Mark 2.7 as stable.
-rw-r--r-- | Doc/tools/sphinxext/indexsidebar.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index b52226e..086d883 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -2,8 +2,7 @@ <p><a href="{{ pathto('download') }}">Download these documents</a></p> <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/2.7/">Python 2.7 (in development)</a></li> + <li><a href="http://docs.python.org/2.7/">Python 2.7 (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> |