diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-22 19:49:51 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-22 19:49:51 +0000 |
| commit | b0da1015b2587d7e5b01f38f7f0a3f697c8052c9 (patch) | |
| tree | 8001d2c41f4e3dd8a7345f9168bb2c8dd2024eac /docutils/docs/dev | |
| parent | ebf8b6f161b2a408f5b09ba0a6062e7959c34e85 (diff) | |
| download | docutils-b0da1015b2587d7e5b01f38f7f0a3f697c8052c9.tar.gz | |
Drop support for Python 2.3.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/distributing.txt | 2 | ||||
| -rw-r--r-- | docutils/docs/dev/policies.txt | 2 | ||||
| -rw-r--r-- | docutils/docs/dev/testing.txt | 8 |
3 files changed, 5 insertions, 7 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt index ef3dd854d..9224a3000 100644 --- a/docutils/docs/dev/distributing.txt +++ b/docutils/docs/dev/distributing.txt @@ -28,7 +28,7 @@ Dependencies Docutils has the following dependencies: -* Python 2.3 or later is required. Use ">= Python 2.3" in the +* Python 2.4 or later is required. Use ">= Python 2.4" in the dependencies. * Docutils may optionally make use of the PIL (`Python Imaging diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt index 03dc50e18..f3a85ebce 100644 --- a/docutils/docs/dev/policies.txt +++ b/docutils/docs/dev/policies.txt @@ -88,7 +88,7 @@ How to make code contributions that are easily accepted: Testing`_ for a description of the test suite in ``docutils/test/``. Ensure the addition works with all supported Python versions - (2.3 ... 3.2). + (2.4 ... 3.2). * Look at the Docutils sources to see how similar features are implemented, learn to do it "the Docutils way". diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt index c2b640798..91dbccabc 100644 --- a/docutils/docs/dev/testing.txt +++ b/docutils/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 |
