[Python-Dev] flock in Python 3
Jakub QB Dorňák
jdornak at redhat.com
Fri Apr 11 14:58:16 CEST 2014
More information about the Python-Dev mailing list
Fri Apr 11 14:58:16 CEST 2014
- Previous message: [Python-Dev] arguments policy: **kwargs.pop()
- Next message: [Python-Dev] flock in Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all, writing a threaded application I've been surprised that there is no object api for fcntl.flock implementing __enter__() and __exit__() methods to be used with 'with' statement. I have written one (https://pypi.python.org/pypi), but I wonder whether this could get into the Python Standard Library. Regards, QB
- Previous message: [Python-Dev] arguments policy: **kwargs.pop()
- Next message: [Python-Dev] flock in Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list