]> granicus.if.org Git - python/commitdiff
whatsnew: devnull fileno/close/closed.
authorR David Murray <rdmurray@bitdance.com>
Sun, 23 Feb 2014 16:21:59 +0000 (11:21 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sun, 23 Feb 2014 16:21:59 +0000 (11:21 -0500)
Doc/whatsnew/3.4.rst

index 801c1345536f9f8816aa49423dc15c685d0a4137..b20b64c287efc162a23baaf416188b72e4233944 100644 (file)
@@ -1081,6 +1081,11 @@ When used in a :keyword:`with` statement, the :meth:`~select.epoll.close`
 method will be called automatically at the end of the block.  (Contributed
 by Serhiy Storchaka in :issue:`16488`.)
 
+:class:`~select.devpoll` objects now have :meth:`~select.devpoll.fileno` and
+:meth:`~select.devpoll.close` methods, as well as a new attribute
+:attr:`~select.devpoll.closed`.  (Contributed by Victor Stinner in
+:issue:`18794`.)
+
 
 shelve
 ------