summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-10-05 03:44:06 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-10-05 03:44:06 +0000
commit5fa7a27e9db6e93262af23c65e02044636ffd5d4 (patch)
treefcf1c46e0af9d0806b054a03974c7363bf7b4556 /docutils/docs
parentf39a047ebb5ac06915f71b258ea921f56e8151f5 (diff)
downloaddocutils-5fa7a27e9db6e93262af23c65e02044636ffd5d4.tar.gz
fix & 2.6 update
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5661 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/testing.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index 03f5e651f..78733412b 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -35,11 +35,11 @@ Python Versions
The Docutils 0.5 release supports Python 2.2 or later, with some features
only working (and being tested) with Python >= 2.3. Therefore, you should
-actually have Pythons 2.2, 2.3, as well as the latest Python (2.5 at the time
+actually have Pythons 2.2, 2.3, as well as the latest Python (2.6 at the time
of this writing) installed and always run the tests on all of them. (A good
way to do that is to always run the test suite through a short script that
runs ``alltests.py`` under each version of Python.) If you can't afford
-intalling 3 or more Python versions, the edge cases (2.2 and 2.3) should
+intalling 3 or more Python versions, the edge cases (2.2, 2.3, and 2.6) should
cover most of it.
Good resources covering the differences between Python versions:
@@ -48,13 +48,14 @@ Good resources covering the differences between Python versions:
* `What's New in Python 2.3`__
* `What's New in Python 2.4`__
* `What's New in Python 2.5`__
-* latest `What's New in Python`__
+* `What's New in Python 2.6`__
* `PEP 290 - Code Migration and Modernization`__
__ http://www.python.org/doc/2.2.3/whatsnew/whatsnew22.html
__ http://www.python.org/doc/2.3.5/whatsnew/whatsnew23.html
__ http://www.python.org/doc/2.4.4/whatsnew/whatsnew24.html
__ http://www.python.org/doc/2.5.2/whatsnew/whatsnew25.html
+__ http://docs.python.org/whatsnew/2.6.html
__ http://www.python.org/peps/pep-0290.html
.. _Python Check-in Policies: http://www.python.org/dev/tools.html