diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2014-03-31 23:08:41 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2014-03-31 23:08:41 (GMT) |
commit | 53db2b8fad1b7169af2e1eef216493a9b0c0383d (patch) | |
tree | 74016fc68b304b300d1abcfc65bec57def2e976f | |
parent | d6ee27895adbd7cf66f8dd1591ecced7cc8d70fc (diff) | |
parent | c3bf6922b5413e252c00e740d01d7ce488436a8d (diff) | |
download | cpython-53db2b8fad1b7169af2e1eef216493a9b0c0383d.zip cpython-53db2b8fad1b7169af2e1eef216493a9b0c0383d.tar.gz cpython-53db2b8fad1b7169af2e1eef216493a9b0c0383d.tar.bz2 |
#16716: remove deprecation warning
-rw-r--r-- | Doc/library/select.rst | 4 |
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) |