summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate the Mailman/pythonlib directory. First, most if not all ofbwarsaw2002-02-231-15/+0
| | | | | | | | the modules are now unnecessary because we're going to require at least Python 2.1.x and it should have relatively bug-free versions of these modules. Second, if we find we need to override standard modules, we have a different way of doing it now (by path-hacking in a pythonlib directory one level up into the front of sys.path).
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-0/+15
|
* New infrastructure for alleviating version skew with deployedbwarsaw1998-12-221-0/+0
Pythons. When Mailman requires a newer version of a standard Python library than can be required to already be installed, we copy the .py file to this directory. This makes it easier to remove later when that version of Python is required. Other than the standard package and CVS boilerplate, smtplib.py is the latest almost-Python-1.5.2 version.