From: Andrew Svetlov Date: Mon, 31 Mar 2014 23:08:25 +0000 (+0300) Subject: #16716: remove deprecation warning X-Git-Tag: v3.4.1rc1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3bf6922b5413e252c00e740d01d7ce488436a8d;p=thirdparty%2FPython%2Fcpython.git #16716: remove deprecation warning --- diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 4bf1a9f3c9d8..973a0cc7d6f0 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -380,10 +380,6 @@ linearly scanned again. :c:func:`select` is O(highest file descriptor), while that was never registered causes an :exc:`OSError` exception with errno :const:`ENOENT` to be raised. - .. deprecated:: 3.3 - - Instead of :exc:`IOError` the :exc:`OSError` exception is used now. - .. method:: poll.unregister(fd)