mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#16716: remove deprecation warning
This commit is contained in:
parent
08af00047b
commit
c3bf6922b5
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue