summaryrefslogtreecommitdiff
path: root/docs/dev/testing.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-22 19:49:51 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-22 19:49:51 +0000
commit489267aa5b532d6f7ddc69af3c90347cabb65e33 (patch)
treebaa88ebfd763f17f95c3362107f0054b9689615f /docs/dev/testing.txt
parenteb1ba8f7e1f2e7ee8ab056806de7b2b4f0032069 (diff)
downloaddocutils-489267aa5b532d6f7ddc69af3c90347cabb65e33.tar.gz
Drop support for Python 2.3.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/testing.txt')
-rw-r--r--docs/dev/testing.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/dev/testing.txt b/docs/dev/testing.txt
index c2b640798..91dbccabc 100644
--- a/docs/dev/testing.txt
+++ b/docs/dev/testing.txt
@@ -33,23 +33,21 @@ be sure that you haven't broken anything. From a shell::
Python Versions
===============
-The Docutils 0.6 release supports Python 2.3 or later. Therefore, you should
-actually have Pythons 2.3, as well as the latest Python (2.6 at the time
+The Docutils 0.10 release supports Python 2.4 or later. Therefore, you should
+actually have Pythons 2.4, as well as the latest Python (3.2 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
-installing 3 or more Python versions, the edge cases (2.3, and 2.6) should
+installing 3 or more Python versions, the edge cases (2.4, and 3.2) should
cover most of it.
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`__
* `What's New in Python 2.6`__
* `PEP 290 - Code Migration and Modernization`__
-__ 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