summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/mailbox.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate the Mailman/pythonlib directory. First, most if not all ofbwarsaw2002-02-231-312/+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).
* Use the Python 2.1 version of these modules. nntplib.py has the fixedbwarsaw2001-02-151-0/+312
readermode stuff, and mailbox.py has the factory argument.