]> granicus.if.org Git - python/commitdiff
#16716: remove deprecation warning
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 23:08:25 +0000 (02:08 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 23:08:25 +0000 (02:08 +0300)
Doc/library/select.rst

index 4bf1a9f3c9d8c9877dba3a5a4535346d80f64321..973a0cc7d6f0fef2b3a7b54c0be5602ddaf09d32 100644 (file)
@@ -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)