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 serhiy.storchaka
Recipients alanmcintyre, ned.deily, ronaldoussoren, serhiy.storchaka, twouters
Date 2015-07-23.12:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437654224.43.0.502488912035.issue24693@psf.upfronthosting.co.za>
In-reply-to
Content
RuntimeError is raised in the zipfile module in many cases where more appropriate exception type is expected. Proposed patch changes a number of RuntimeErrors to one of BadZipFile, NotImplementedError, or ValueError. Only changing to NotImplementedError is backward compatible (NotImplementedError is subclass of RuntimeError), other changes are not.
History
Date User Action Args
2015-07-23 12:23:44serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, ronaldoussoren, alanmcintyre, ned.deily
2015-07-23 12:23:44serhiy.storchakasetmessageid: <1437654224.43.0.502488912035.issue24693@psf.upfronthosting.co.za>
2015-07-23 12:23:44serhiy.storchakalinkissue24693 messages
2015-07-23 12:23:44serhiy.storchakacreate