[Python-checkins] cpython: whatsnew: devnull fileno/close/closed.

r.david.murray python-checkins at python.org
Sun Feb 23 17:42:14 CET 2014


http://hg.python.org/cpython/rev/54b73ec4efb8
changeset:   89339:54b73ec4efb8
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Feb 23 11:21:59 2014 -0500
summary:
  whatsnew: devnull fileno/close/closed.

files:
  Doc/whatsnew/3.4.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1081,6 +1081,11 @@
 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
 ------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list