[New-bugs-announce] [issue12816] smtpd uses library outside of the standard libraries

Tennessee Leeuwenburg report at bugs.python.org
Mon Aug 22 10:45:33 CEST 2011


New submission from Tennessee Leeuwenburg <tleeuwenburg at gmail.com>:

Hi,

I was writing some coverage tests, and started on a class called MailmanProxy inside of smtpd.py. It imports Mailman, which isn't in the standard library. I've attached a failing test to demonstrate the problem, but I didn't want to delete the section from smtpd.py as a beginner.

Thanks,
-Tennessee

----------
components: Library (Lib)
files: MailmanProxy.diff
keywords: patch
messages: 142701
nosy: barry, ncoghlan, tleeuwenburg
priority: normal
severity: normal
status: open
title: smtpd uses library outside of the standard libraries
Added file: http://bugs.python.org/file22995/MailmanProxy.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12816>
_______________________________________


More information about the New-bugs-announce mailing list