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 serhiy.storchaka
Recipients benjamin.peterson, ezio.melotti, hynek, lemburg, ncoghlan, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2014-02-03.11:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391427248.19.0.390465307278.issue20405@psf.upfronthosting.co.za>
In-reply-to
Content
We already have stackable pieces for gzip, bz2 and lzma compressed streams -- GzipFile, BZ2File and LZMAFile. They are more powerful and more efficient than generic codecs.StreamReader/codecs.StreamWriter (and note that most binary codecs are just don't work correctly with codecs streams).
History
Date User Action Args
2014-02-03 11:34:08serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, ncoghlan, pitrou, vstinner, benjamin.peterson, stutzbach, ezio.melotti, hynek
2014-02-03 11:34:08serhiy.storchakasetmessageid: <1391427248.19.0.390465307278.issue20405@psf.upfronthosting.co.za>
2014-02-03 11:34:08serhiy.storchakalinkissue20405 messages
2014-02-03 11:34:07serhiy.storchakacreate