[New-bugs-announce] [issue18890] Add a raw_data_manager content manager to the email package.

R. David Murray report at bugs.python.org
Sat Aug 31 04:35:52 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18890>
_______________________________________


More information about the New-bugs-announce mailing list