#16716: remove deprecation warning

This commit is contained in:
Andrew Svetlov 2014-04-01 02:08:41 +03:00
commit 53db2b8fad
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 that was never registered causes an :exc:`OSError` exception with errno
:const:`ENOENT` to be raised. :const:`ENOENT` to be raised.
.. deprecated:: 3.3
Instead of :exc:`IOError` the :exc:`OSError` exception is used now.
.. method:: poll.unregister(fd) .. method:: poll.unregister(fd)