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 apolkosnik
Recipients NewerCookie, alanmcintyre, amaury.forgeotdarc, apolkosnik, chuck, ronaldoussoren, serhiy.storchaka, terry.reedy, tim.golden
Date 2013-10-17.20:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382042569.13.0.57904613909.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
I've got bitten by a different variation of this bug.

In my case the issue can be summarized by:
zipfile.BadZipfile: File name in directory "Windows\TEMP\test.tmp" and header "C:\Windows\TEMP\test.tmp" differ.

Attached is a patch for Python27/lib/zipfile.py. I understand that it might not be the best approach, but at least we just compare the filenames without caring much about those pesky paths preceding them.
History
Date User Action Args
2013-10-17 20:42:49apolkosniksetrecipients: + apolkosnik, terry.reedy, ronaldoussoren, amaury.forgeotdarc, alanmcintyre, tim.golden, NewerCookie, chuck, serhiy.storchaka
2013-10-17 20:42:49apolkosniksetmessageid: <1382042569.13.0.57904613909.issue6839@psf.upfronthosting.co.za>
2013-10-17 20:42:49apolkosniklinkissue6839 messages
2013-10-17 20:42:48apolkosnikcreate