This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maker
Recipients Juhana.Jauhiainen, ezio.melotti, maker, r.david.murray
Date 2012-03-12.12:04:09
SpamBayes Score 0.00013920642
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
This issue is related to 8739 .

As pointed in http://bugs.python.org/issue8739#msg155385, 
« tests are in the form FooTest instead of TestFoo, smtpd imports modules used only in __main__, warnings can be handled the appropriate module, __import__ shall not be used »

and, as bitdancer said in http://bugs.python.org/issue8739#msg153244
«there are no tests for the smtpd command line functionality»

Also, note that currently the main has a bug: 
s/options\.max_message_size/size_limit/
History
Date User Action Args
2012-03-12 12:04:11makersetrecipients: + maker, ezio.melotti, r.david.murray, Juhana.Jauhiainen
2012-03-12 12:04:10makersetmessageid: <[email protected]>
2012-03-12 12:04:10makerlinkissue14261 messages
2012-03-12 12:04:09makercreate