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 r.david.murray
Recipients barry, r.david.murray, terry.reedy, torsten.becker
Date 2011-03-28.01:00:27
SpamBayes Score 1.0847859e-06
Marked as misclassified No
Message-id <1301274029.35.0.166454443083.issue1690608@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-03-28 01:00:29r.david.murraysetrecipients: + r.david.murray, barry, terry.reedy, torsten.becker
2011-03-28 01:00:29r.david.murraysetmessageid: <1301274029.35.0.166454443083.issue1690608@psf.upfronthosting.co.za>
2011-03-28 01:00:27r.david.murraylinkissue1690608 messages
2011-03-28 01:00:27r.david.murraycreate