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 shubhar
Recipients alanmcintyre, alecsandru.patrascu, serhiy.storchaka, shubhar, twouters
Date 2017-05-26.20:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495832275.78.0.813614082945.issue30468@psf.upfronthosting.co.za>
In-reply-to
Content
Upon comparing the PyPy changes from attached diff to the latest cpython3 github, I don't find a need for improvement. Looks like cpython3 zipfile.py has the same changes and the read() method in class 
ZipExtFile(io.BufferedIOBase) is vastly improved compared to what pypy had. In fact it has been completely re-written.

The CPython 2.7 version of this bug was promptly closed as a duplicate:
http://bugs.python.org/issue30467

Perhaps the changes from CPython3 are not being backported to CPython2 ?

This bug can be closed because CPython3 has no issues.
History
Date User Action Args
2017-05-26 20:57:55shubharsetrecipients: + shubhar, twouters, alanmcintyre, serhiy.storchaka, alecsandru.patrascu
2017-05-26 20:57:55shubharsetmessageid: <1495832275.78.0.813614082945.issue30468@psf.upfronthosting.co.za>
2017-05-26 20:57:55shubharlinkissue30468 messages
2017-05-26 20:57:55shubharcreate