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
Date 2013-08-31.02:35:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377916552.26.0.723801852284.issue18890@psf.upfronthosting.co.za>
In-reply-to
Content
This is the third of three layered patches that introduce a new content management API to the email package.  This patch is layered on top of the patch in issue 18860.  Unfortunately the fact that these patches are layered (which I did in hopes of making them into more reviewable chunks) means that only the first one gets a rietveld link.

This patch provides the raw_data_manager, and makes it the default content_manager.  The raw_data_manager doesn't provide any facilities beyond that provided by the base API of email package, but it does provide those facilities in a much more convenient and consistent API.
History
Date User Action Args
2013-08-31 02:35:53r.david.murraysetrecipients: + r.david.murray, barry
2013-08-31 02:35:52r.david.murraysetmessageid: <1377916552.26.0.723801852284.issue18890@psf.upfronthosting.co.za>
2013-08-31 02:35:52r.david.murraylinkissue18890 messages
2013-08-31 02:35:51r.david.murraycreate