[issue28719] zipfile increase in size

Serhiy Storchaka report at bugs.python.org
Wed Nov 16 17:45:17 EST 2016


Serhiy Storchaka added the comment:

Please make a dump. It should include not just literally the string written, but headers and other special fields.

I tried with rbo = io.BytesIO(), and get rbo.tell() == 133. Should be a difference between io.BytesIO and ResponseBodyFile. Maybe ResponseBodyFile is not seekable.

----------

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


More information about the Python-bugs-list mailing list