[ python-Bugs-1586613 ] zlib/bz2_codec doesn't support incremental decoding

SourceForge.net noreply at sourceforge.net
Sun Oct 29 12:14:01 CET 2006


Bugs item #1586613, was opened at 2006-10-29 20:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1586613&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Topia (topia)
Assigned to: Nobody/Anonymous (nobody)
Summary: zlib/bz2_codec doesn't support incremental decoding

Initial Comment:
http://svn.python.org/view/python/trunk/Lib/encodings/zlib_codec.py?rev=43045&view=auto

Incremental encoding/decoding must be stateful.
Please use compressobj/decompressobj object.

Incremental(Encoder|Decoder)/Stream(Reader|Writer)
don't work with current code at all.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1586613&group_id=5470


More information about the Python-bugs-list mailing list