From c3bf6922b5413e252c00e740d01d7ce488436a8d Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 1 Apr 2014 02:08:25 +0300 Subject: [PATCH] #16716: remove deprecation warning --- Doc/library/select.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 4bf1a9f3c9..973a0cc7d6 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) -- 2.50.0