]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16488: epoll() objects now support the `with` statement.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 20:14:21 +0000 (21:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Dec 2012 20:14:21 +0000 (21:14 +0100)
commit09bb89b8cf24431ef78bbaa227d2832fb852bb18
tree056643ac4515ef68bbb882e4080b4774e6c24fcb
parentc48e81ed46604db34783924307bc6bc01d9fa3c6
Issue #16488: epoll() objects now support the `with` statement.
Patch by Serhiy Storchaka.
Doc/library/select.rst
Lib/test/test_epoll.py
Misc/NEWS
Modules/selectmodule.c