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 pitrou
Recipients alanmcintyre, ebfe, mcherm, neologix, pitrou, serhiy.storchaka, ymgve
Date 2012-12-02.18:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354472109.54.0.566515865572.issue4844@psf.upfronthosting.co.za>
In-reply-to
Content
In test_damaged_zipfile:

+        for N in range(len(s) - 2):
+            with open(TESTFN, "wb") as f:
+                f.write(s[:N])

why not `range(len(s))` instead?
History
Date User Action Args
2012-12-02 18:15:09pitrousetrecipients: + pitrou, mcherm, alanmcintyre, ebfe, ymgve, neologix, serhiy.storchaka
2012-12-02 18:15:09pitrousetmessageid: <1354472109.54.0.566515865572.issue4844@psf.upfronthosting.co.za>
2012-12-02 18:15:09pitroulinkissue4844 messages
2012-12-02 18:15:09pitroucreate