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.

作者 gruszczy
收信人 alex, dabeaz, eric.araujo, gruszczy, pitrou, r.david.murray, vstinner
日期 2011-04-01.16:52:06
SpamBayes Score 0.024388708
Marked as misclassified
Message-id <1301676728.72.0.453943254055.issue10791@psf.upfronthosting.co.za>
In-reply-to
内容
Is following change in GzipFile class enough:

    def read1(self, n):
        return self.read(n)

? This satisfies TextIOWrapper to run readline correctly.
历史
日期 用户 动作 参数
2011-04-01 16:52:08gruszczy修改recipients: + gruszczy, pitrou, vstinner, eric.araujo, alex, r.david.murray, dabeaz
2011-04-01 16:52:08gruszczy修改messageid: <1301676728.72.0.453943254055.issue10791@psf.upfronthosting.co.za>
2011-04-01 16:52:06gruszczy链接issue10791 messages
2011-04-01 16:52:06gruszczy创建