diff -r 3ae2cd85a908 Doc/library/select.rst --- a/Doc/library/select.rst Sun Mar 09 11:18:16 2014 +0100 +++ b/Doc/library/select.rst Tue Mar 25 19:33:01 2014 +0530 @@ -60,6 +60,9 @@ to :const:`EPOLL_CLOEXEC`, which causes the epoll descriptor to be closed automatically when :func:`os.execve` is called. + .. deprecated:: 3.4 + Used internally by default if available. + See the :ref:`epoll-objects` section below for the methods supported by epolling objects. @@ -74,7 +77,7 @@ .. versionchanged:: 3.4 Support for the :keyword:`with` statement was added. - The new file descriptor is now non-inheritable. + The new file descriptor is now non-inheritable. :const:`EPOLL_CLOEXEC` is used internally by default if available. .. function:: poll()