[issue20343] zipfile truncates extracted files

2014-01-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report Christian. This bug already fixed in issue20048. Wait for Python 2.7.7 bugfix release. -- ___ Python tracker ___ __

[issue20343] zipfile truncates extracted files

2014-01-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed superseder: -> zipfile's readline() drops data in universal newline mode ___ Python tracker ___

[issue20343] zipfile truncates extracted files

2014-01-22 Thread Christian Pérez
Christian Pérez added the comment: With 2.7.6+ works fine. Python 2.7.6+ (2.7:c28e07377b03, Jan 22 2014, 12:56:14) [GCC 4.7.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from zipfile import ZipFile [54979 refs] >>> [54979 refs] >>> with ZipFile("dbNSFP

[issue20343] zipfile truncates extracted files

2014-01-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you please test with in-development version Python 2.7.6+? Unlikely it is related to issue6759, but perhaps it is related to issue20048. -- ___ Python tracker

[issue20343] zipfile truncates extracted files

2014-01-22 Thread Christian Pérez
New submission from Christian Pérez: To reproduce the error: $ wget http://dbnsfp.houstonbioinformatics.org/dbNSFPzip/dbNSFP2.0.zip $ python Python 2.7.4 (default, Sep 26 2013, 03:20:26) [GCC 4.7.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from zipfi

[issue20343] zipfile truncates extracted files

2014-01-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https: