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 bgilbert, serhiy.storchaka
Date 2014-09-05.12:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409920451.3.0.61810864976.issue21866@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Benjamin for explanation.

Here is a patch which adds all three required checks in the close() method and adds a check for files count in write methods. Implementing other checks in write methods is too laborious.

As far as test_zipfile64 is disabled, for manual testing you need temporary comment out the "support.requires()" statement and run only selected tests:

./python -m test.regrtest -v -m OtherTests test_zipfile64
History
Date User Action Args
2014-09-05 12:34:11serhiy.storchakasetrecipients: + serhiy.storchaka, bgilbert
2014-09-05 12:34:11serhiy.storchakasetmessageid: <1409920451.3.0.61810864976.issue21866@psf.upfronthosting.co.za>
2014-09-05 12:34:11serhiy.storchakalinkissue21866 messages
2014-09-05 12:34:11serhiy.storchakacreate