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
Date 2004-10-09.20:34:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In
http://mail.python.org/pipermail/email-sig/2004-October/000158.html
I spec'd out a protocol for storing the contents of
large email messages external to the object.  The
thread continues that this isn't completely adequate,
since we'll need a read interface as well, but that
gets problematic.  Follow the thread for details.

This patch implements storage_open(), storage_write()
and storage_close() -- it's a start, and hopefully
someone else can pick it up from here (although not in
time for Python 2.4).
History
Date User Action Args
2007-08-23 15:40:09adminlinkissue1043706 messages
2007-08-23 15:40:09admincreate