#16716: remove deprecation warning

This commit is contained in:
Andrew Svetlov 2014-04-01 02:08:25 +03:00
parent 08af00047b
commit c3bf6922b5
1 changed files with 0 additions and 4 deletions

View File

@ -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)