~barry/mailman/templatecache

« back to all changes in this revision

Viewing changes to src/mailman/docs/INTRODUCTION.rst

  • Committer: Barry Warsaw
  • Date: 2012-10-31 16:37:22 UTC
  • mfrom: (7178.1.1 work2)
  • Revision ID: barry@list.org-20121031163722-3lszhsiv9ai0akfp
 * Python 2.7 is not required.  Python 2.6 is no longer officially supported.
   The code base is now also `python2.7 -3` clean, although there are still
   some warnings in 3rd party dependencies.  LP: #1073506

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
Requirements
83
83
============
84
84
 
85
 
Mailman 3.0 requires `Python 2.6`_ or newer.
 
85
Mailman 3.0 requires `Python 2.7`_ or newer.
86
86
 
87
87
 
88
88
.. _`GNU Mailman`: http://www.list.org
90
90
.. _`Getting Started`: START.html
91
91
.. _Python: http://www.python.org
92
92
.. _FAQ: http://wiki.list.org/display/DOC/Frequently+Asked+Questions
93
 
.. _`Python 2.6`: http://www.python.org/download/releases/2.6.6/
 
93
.. _`Python 2.7`: http://www.python.org/download/releases/2.7.3/