Merged revisions 73585 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73585 | benjamin.peterson | 2009-06-27 17:15:41 -0500 (Sat, 27 Jun 2009) | 9 lines

  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:44:09 +00:00
parent 08e1bef3a7
commit 2a0a8fd8a5
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ <h3>Download</h3>
<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>