[issue13881] Stream encoder for zlib_codec doesn't use the incremental encoder

Martin Panter report at bugs.python.org
Fri Jan 16 00:02:55 CET 2015


Martin Panter added the comment:

Sorry, I changed the name of the attribute and forgot to update the doc string. Its new name was _Encoder.

Your description was fairly accurate. I am adding patch v3, with an expanded the doc string. Hopefully that explains it a bit better. Since it is just implementing the documented StreamWriter API, I only added brief descriptions of the methods pointing back to the StreamWriter methods.

----------
Added file: http://bugs.python.org/file37719/zlib-bz2-writer.v3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13881>
_______________________________________


More information about the Python-bugs-list mailing list