Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byte
commite2504909156a4c2883d5b95db7b596d83ad756f9
authorBarry Warsaw <barry@python.org>
Sat, 5 Sep 2015 02:28:46 +0000 (4 22:28 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 7 Sep 2015 18:00:50 +0000 (7 14:00 -0400)
treeb8f633c5755bc52cae0b970f458bbb17e5129b3a
parent3e9c7828af7cd1119568f5ad23b3106a0f9ce264
Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byte
input.  Use this version only for Python 3.4.
src/mailman/compat/__init__.py [new file with mode: 0644]
src/mailman/compat/smtpd.py [new file with mode: 0755]
src/mailman/runners/docs/lmtp.rst
src/mailman/runners/lmtp.py
src/mailman/utilities/compat.py [new file with mode: 0644]