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 Jim.Jewett, NewerCookie, alanmcintyre, amaury.forgeotdarc, apolkosnik, berker.peksag, chuck, ethan.furman, georg.brandl, gregory.p.smith, ncoghlan, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2014-04-30.19:05:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398884726.9.0.137674967612.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
I just looked through 2.7.6 version of zipfile, and the the error handling there is either through using raise() or print(). So, inline with the guidance provided for 2.7.6, perhapswe should stick with print() instead of warning.warn(). I'll post that a bit later.

test.zip up there is the test case for this change. Is there any other test case needed?
History
Date User Action Args
2014-04-30 19:05:26apolkosniksetrecipients: + apolkosnik, georg.brandl, terry.reedy, gregory.p.smith, ronaldoussoren, amaury.forgeotdarc, ncoghlan, alanmcintyre, NewerCookie, chuck, ethan.furman, berker.peksag, Jim.Jewett, serhiy.storchaka
2014-04-30 19:05:26apolkosniksetmessageid: <1398884726.9.0.137674967612.issue6839@psf.upfronthosting.co.za>
2014-04-30 19:05:26apolkosniklinkissue6839 messages
2014-04-30 19:05:26apolkosnikcreate