Merged revisions 73575 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73575 | benjamin.peterson | 2009-06-26 11:49:06 -0500 (Fri, 26 Jun 2009) | 1 line

  mark 3.1 as stable docs
........
This commit is contained in:
Benjamin Peterson 2009-06-27 22:15:41 +00:00
parent 9ddc2d908e
commit 05646a5ca9
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
<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/2.7/">Python 2.7 (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>