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.

classification
Title: Add a raw_data_manager content manager to the email package.
Type: Stage: resolved
Components: email Versions: Python 3.4
process
Status: closed Resolution: out of date
Dependencies: 18860 Superseder: Master patch for content manager addition to email package
View: 18891
Assigned To: Nosy List: barry, r.david.murray
Priority: normal Keywords: patch

Created on 2013-08-31 02:35 by r.david.murray, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
raw_data_manager.patch r.david.murray, 2013-08-31 02:35
Messages (2)
msg196610 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-08-31 02:35
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.
msg199349 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-10-09 21:45
Closing in favor of the master patch issue 18891.
History
Date User Action Args
2022-04-11 14:57:50adminsetgithub: 63090
2013-10-09 21:45:09r.david.murraysetstatus: open -> closed
superseder: Master patch for content manager addition to email package
messages: + msg199349

resolution: out of date
stage: patch review -> resolved
2013-08-31 02:36:46r.david.murraysetdependencies: + Add content manager API to email package
2013-08-31 02:35:52r.david.murraycreate