From: R David Murray <rdmurray@bitdance.com>
Date: Sun, 23 Feb 2014 16:21:59 +0000 (-0500)
Subject: whatsnew: devnull fileno/close/closed.
X-Git-Tag: v3.4.1rc1~233^2~231
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3f2838ee565b96eb6b5ae906006b0e99b381b03;p=python

whatsnew: devnull fileno/close/closed.
---

diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 801c134553..b20b64c287 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -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
 ------