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 X-Istence
Recipients X-Istence, serhiy.storchaka
Date 2016-11-16.22:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479337094.15.0.576282169879.issue28719@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a dump from Python 3.6:

b'PK\x03\x04\x14\x00\x08\x00\x00\x00\xc0~pI\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00zinfo_or_arcnamefoo!es\x8c\x03\x00\x00\x00\x03\x00\x00\x00PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\xc0~pI!es\x8c\x03\x00\x00\x00\x03\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x01\x00\x00\x00\x00zinfo_or_arcnamePK\x05\x06\x00\x00\x00\x00\x01\x00\x01\x00>\x00\x00\x00=\x00\x00\x00\x00\x00'

You are correct that ResponseBodyFile does not have a seek() method and is not seekable. Adding seek() to ResponseBodyFile might be a little more complicated...
History
Date User Action Args
2016-11-16 22:58:14X-Istencesetrecipients: + X-Istence, serhiy.storchaka
2016-11-16 22:58:14X-Istencesetmessageid: <1479337094.15.0.576282169879.issue28719@psf.upfronthosting.co.za>
2016-11-16 22:58:14X-Istencelinkissue28719 messages
2016-11-16 22:58:13X-Istencecreate