aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorA.M. Kuchling <amk@amk.ca>2008-03-05 14:42:58 -0500
committerA.M. Kuchling <amk@amk.ca>2008-03-05 14:42:58 -0500
commit68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2 (patch)
tree5889378ec745d8bbef1e03ea4d1b767e010f3c3d /README
parentb8b3066f8fbe8345a012e990d7008d473b287cd3 (diff)
downloadmailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.tar.gz
mailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.tar.xz
mailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.zip
According to http://wiki.list.org/display/DOC/Installation+requirements, Mailman no longer works with Python 2.1 or 2.2
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 050c9b71..21166b03 100644
--- a/README
+++ b/README
@@ -29,14 +29,14 @@ INTRODUCTION
http://www.gnu.org/software/mailman
http://mailman.sf.net
- Mailman 2.1 requires Python 2.1.3 or greater, which can be downloaded from:
+ Mailman 2.1 requires Python 2.3 or greater, which can be downloaded from:
http://www.python.org
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
+ Mailman 2.1 is not compatible with Python 2.2 or any earlier
version.
You will also need an ANSI C compiler to build both Python and Mailman;