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 barry
Recipients ajaksu2, barry, beazley, bmiller, georg.brandl, jhylton, jjlee, orsenthil
Date 2009-03-26.21:29:57
SpamBayes Score 0.0036359446
Marked as misclassified No
Message-id <1238102998.89.0.811302132243.issue4773@psf.upfronthosting.co.za>
In-reply-to
Content
I propose that you only document the getitem header access API.  I.e.
the thing that info() gives you can be used to access the message
headers via message['content-type'].  That's an API common to both
rfc822.Messages (the ultimate base class of mimetools.Message) and
email.message.Message.
History
Date User Action Args
2009-03-26 21:29:59barrysetrecipients: + barry, jhylton, georg.brandl, beazley, jjlee, orsenthil, ajaksu2, bmiller
2009-03-26 21:29:58barrysetmessageid: <1238102998.89.0.811302132243.issue4773@psf.upfronthosting.co.za>
2009-03-26 21:29:57barrylinkissue4773 messages
2009-03-26 21:29:57barrycreate