#16716: remove deprecation warning
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index 4bf1a9f..973a0cc 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -380,10 +380,6 @@
    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)