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 martin.panter
Recipients amcnabb, doerwalter, jcea, lemburg, loewis, martin.panter, vstinner
Date 2015-01-14.06:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421216048.97.0.893300286895.issue13881@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to implement the zlib-codec and bz2-codec StreamWriter classes based on their IncrementalEncoder classes. It depends on my patch for Issue 23231, though I guess it could be tweaked to work around that if desired.
History
Date User Action Args
2015-01-14 06:14:09martin.pantersetrecipients: + martin.panter, lemburg, loewis, doerwalter, jcea, amcnabb, vstinner
2015-01-14 06:14:08martin.pantersetmessageid: <1421216048.97.0.893300286895.issue13881@psf.upfronthosting.co.za>
2015-01-14 06:14:08martin.panterlinkissue13881 messages
2015-01-14 06:14:08martin.pantercreate