Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3bf692

Browse files
committed
#16716: remove deprecation warning
1 parent 08af000 commit c3bf692

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/library/select.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@ linearly scanned again. :c:func:`select` is O(highest file descriptor), while
380380
that was never registered causes an :exc:`OSError` exception with errno
381381
:const:`ENOENT` to be raised.
382382

383-
.. deprecated:: 3.3
384-
385-
Instead of :exc:`IOError` the :exc:`OSError` exception is used now.
386-
387383

388384
.. method:: poll.unregister(fd)
389385

0 commit comments

Comments
 (0)