diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-02-26 13:52:39 -0500 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-02-26 13:52:39 -0500 |
commit | b8b3066f8fbe8345a012e990d7008d473b287cd3 (patch) | |
tree | ebb61fd627da89e9d5e05575ffcf5dd3c2110403 | |
parent | f04ef692db731dd55071ceed76ba20a0915b5d94 (diff) | |
download | mailman2-b8b3066f8fbe8345a012e990d7008d473b287cd3.tar.gz mailman2-b8b3066f8fbe8345a012e990d7008d473b287cd3.tar.xz mailman2-b8b3066f8fbe8345a012e990d7008d473b287cd3.zip |
Correct Python version to 2.5.2; I forgot that 2.5.3 doesn't exist yet
Diffstat (limited to '')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ INTRODUCTION http://www.python.org - It is recommended that you use Python 2.5.3, the latest release as of this + It is recommended that you use Python 2.5.2, the latest release as of this writing (26-Feb-2008). Mailman 2.1 is not compatible with Python 2.0 or any earlier |