summaryrefslogtreecommitdiff
path: root/src/mailman/compat
Commit message (Collapse)AuthorAgeFilesLines
* Replace smtpd with aiosmtpd.Barry Warsaw2016-11-241-977/+0
|
* Super duper.Barry Warsaw2016-01-261-2/+2
| | | | | * Python 3-ify super() calls. * Remove a bunch of obsolete exception classes.
* Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-072-0/+977
input. Use this version only for Python 3.4.