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 NewerCookie, alanmcintyre, amaury.forgeotdarc, apolkosnik, chuck, georg.brandl, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2014-01-23.20:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2967378.NpWXRFC1I9@raxxla>
In-reply-to <1390502068.81.0.433260931394.issue6839@psf.upfronthosting.co.za>
Content
> As I wrote in msg116385 I'd prefer to drop the consistency check completely
> because updating data like the filename in the central directory is a cheap
> way to rename files without completely rewriting the zip file.

It should at least left as debugging print.

It can't be a warning, because it depends not on user's actions, but on 
external data. But user still should be able to investigate uncommon zipfiles 
by setting the debug attribute.
History
Date User Action Args
2014-01-23 20:12:46serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, ronaldoussoren, amaury.forgeotdarc, alanmcintyre, NewerCookie, chuck, apolkosnik
2014-01-23 20:12:46serhiy.storchakalinkissue6839 messages
2014-01-23 20:12:45serhiy.storchakacreate