Differences between revisions 1 and 2
Revision 1 as of 2008-06-17 11:13:41
Size: 654
Editor: terri
Comment:
Revision 2 as of 2008-08-18 15:31:45
Size: 667
Editor: msapiro
Comment: Dropped Python 2.3. Recommended Python 2.5.2.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/5865501 #pragma page-filename DOC/versions/12517397
Line 3: Line 3:
As of this writing, Mailman 2.1.9 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Both of those versions of Python are very old so it is highly recommended that you upgrade to the latest patch release of one of the following: As of this writing, Mailman 2.1.9 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Also, the new Sibling Lists feature in Mailman 2.1.10 uses Python sets and thus is not compatible with Python 2.3 or older. It is highly recommended that you upgrade to the latest patch release of one of the following:
Line 5: Line 5:
 * [[http://www.python.org/download/releases/2.3/|Python 2.3]]
Line 8: Line 7:
For now, we recommend using [[http://www.python.org/download/releases/2.4.4/|Python 2.4.4]]. For now, we recommend using [[http://www.python.org/download/releases/2.5.2/|Python 2.5.2]].

Mailman 2.1 installation requirements

As of this writing, Mailman 2.1.9 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Also, the new Sibling Lists feature in Mailman 2.1.10 uses Python sets and thus is not compatible with Python 2.3 or older. It is highly recommended that you upgrade to the latest patch release of one of the following:

For now, we recommend using Python 2.5.2.

MailmanWiki: DOC/Installation requirements (last edited 2018-06-05 19:24:06 by msapiro)