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.

作者 maker
收信人 Juhana.Jauhiainen, ezio.melotti, maker, r.david.murray
日期 2012-03-12.12:04:09
SpamBayes Score 0.00013920642
Marked as misclassified
Message-id <1331553850.91.0.315576733805.issue14261@psf.upfronthosting.co.za>
In-reply-to
内容
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/
历史
日期 用户 动作 参数
2012-03-12 12:04:11maker修改recipients: + maker, ezio.melotti, r.david.murray, Juhana.Jauhiainen
2012-03-12 12:04:10maker修改messageid: <1331553850.91.0.315576733805.issue14261@psf.upfronthosting.co.za>
2012-03-12 12:04:10maker链接issue14261 messages
2012-03-12 12:04:09maker创建