Markup
This commit is contained in:
parent
81cd118c17
commit
89d3b59399
|
@ -704,7 +704,7 @@ Raises IOError in various file-handling functions::
|
|||
select
|
||||
''''''
|
||||
|
||||
* select() and poll objects raise select.error, which doesn't inherit from
|
||||
* select() and poll objects raise ``select.error``, which doesn't inherit from
|
||||
anything (but poll.modify() raises IOError);
|
||||
* epoll objects raise IOError;
|
||||
* kqueue objects raise both OSError and IOError.
|
||||
|
@ -712,12 +712,12 @@ select
|
|||
signal
|
||||
''''''
|
||||
|
||||
signal.ItimerError inherits from IOError.
|
||||
``signal.ItimerError`` inherits from IOError.
|
||||
|
||||
socket
|
||||
''''''
|
||||
|
||||
socket.error inherits from IOError.
|
||||
``socket.error`` inherits from IOError.
|
||||
|
||||
sys
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue