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.

作者 r.david.murray
收信人 barry, r.david.murray, terry.reedy, torsten.becker
日期 2011-03-28.01:00:27
SpamBayes Score 1.0847859e-06
Marked as misclassified
Message-id <1301274029.35.0.166454443083.issue1690608@psf.upfronthosting.co.za>
In-reply-to
内容
Thanks.  Looks good except that it should check isinstance(string) rather than isinstance(Charset), that way someone can pass a custom class that implements the Charset API if they want.  (Alternatively, the check could be for an encode_header method...actually that might be better, although it isn't what the other email modules do.)

The doc strings are an abreviated version of what is in the docstrings, and the text is often not-quite-equivalent even when it is not a strict subset of the docs.  We believe it produces higher quality documentation to maintain them separately and tune each one for its intended use case (though this does mean that they occasionally get out of sync due to oversights).
历史
日期 用户 动作 参数
2011-03-28 01:00:29r.david.murray修改recipients: + r.david.murray, barry, terry.reedy, torsten.becker
2011-03-28 01:00:29r.david.murray修改messageid: <1301274029.35.0.166454443083.issue1690608@psf.upfronthosting.co.za>
2011-03-28 01:00:27r.david.murray链接issue1690608 messages
2011-03-28 01:00:27r.david.murray创建