summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2014-03-31 23:08:25 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2014-03-31 23:08:25 (GMT)
commitc3bf6922b5413e252c00e740d01d7ce488436a8d (patch)
tree12a78fbb3cdeb46c169257bc074cdecfc5dc0a1a
parent08af00047bb9266bfb6e1cfc539affd130b47170 (diff)
downloadcpython-c3bf6922b5413e252c00e740d01d7ce488436a8d.zip
cpython-c3bf6922b5413e252c00e740d01d7ce488436a8d.tar.gz
cpython-c3bf6922b5413e252c00e740d01d7ce488436a8d.tar.bz2
#16716: remove deprecation warning
-rw-r--r--Doc/library/select.rst4
1 files changed, 0 insertions, 4 deletions
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 @@ 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)