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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to