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 Dhiraj_Mishra, martin.panter, mbussonn, python-dev, serhiy.storchaka, takluyver
Date 2016-05-11.17:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462986845.05.0.301438567964.issue26039@psf.upfronthosting.co.za>
In-reply-to
Content
I have added comments for tests and documentation. The implementation looks correct. But I prefer simpler solution on this stage. Here is something between zipfile-open-w5.patch and zipfile-open-w8.patch, close to zipfile-open-w5.patch with fixed issues.

* Writer doesn't use look and seeking.
* Writing while there are open read handlers is permitted.
* Reading while there is open write handler is forbidden.

This works in all cases when current code works. The ability to read while there is open write handler is separate new feature (and I don't know whether there is a need in it).
History
Date User Action Args
2016-05-11 17:14:05serhiy.storchakasetrecipients: + serhiy.storchaka, python-dev, takluyver, martin.panter, mbussonn, Dhiraj_Mishra
2016-05-11 17:14:05serhiy.storchakasetmessageid: <1462986845.05.0.301438567964.issue26039@psf.upfronthosting.co.za>
2016-05-11 17:14:05serhiy.storchakalinkissue26039 messages
2016-05-11 17:14:05serhiy.storchakacreate