New submission from R. David Murray: 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. ---------- components: email files: raw_data_manager.patch keywords: patch messages: 196610 nosy: barry, r.david.murray priority: normal severity: normal stage: patch review status: open title: Add a raw_data_manager content manager to the email package. versions: Python 3.4 Added file: http://bugs.python.org/file31528/raw_data_manager.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18890> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com