[issue26039] More flexibility in zipfile interface

Martin Panter report at bugs.python.org
Tue Mar 8 01:31:23 EST 2016


Martin Panter added the comment:

Acquiring a lock in open(mode="w") and releasing it in close() doesn’t seem like a particularly useful feature to me. Maybe it would be better (and equally compatible?) to just use the lock in the internal write() or writestr() implementations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26039>
_______________________________________


More information about the Python-bugs-list mailing list