diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-08 09:52:42 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-08 09:52:42 +0000 |
| commit | b9be4641ca9ecd225ab474359e02984ce6b61e42 (patch) | |
| tree | b5227c6ed428234828247f49ef9693ee4b1c4480 /docutils | |
| parent | 2e7eeb816fba6c2eb4f212caaf2985c7add8b5ab (diff) | |
| download | docutils-b9be4641ca9ecd225ab474359e02984ce6b61e42.tar.gz | |
Correct Python compatibility range.
Using Docutils with Python 3.x requires running the code through the
autoconverter first.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6157 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docutils/README.txt b/docutils/README.txt index e3ed25335..c56a2a526 100644 --- a/docutils/README.txt +++ b/docutils/README.txt @@ -21,8 +21,7 @@ complete details. http://www.python.org/ - Python 2.3 or later is required. Docutils is compatible with - Python 3. + Docutils is compatible with Python versions from 2.3 up to 2.6. 2. Use the latest Docutils code. Get the code from Subversion or from the snapshot: @@ -108,7 +107,7 @@ Requirements ============ To run the code, Python 2.3 or later must already be installed. -Docutils is also compatible with Python 3. Python is available from +Python is available from http://www.python.org/. The `Python Imaging Library`, or PIL, is used for some image |
