Update 2020-05-19-23-16-53.bpo-39673.ppfScY.rst
Updated blurb to reflect that it's an OSError that's being mapped to a TimeoutError.
This commit is contained in:
parent
9e7db67ffa
commit
c12cb39bbe
|
@ -1 +1 @@
|
||||||
Map ``errno==ETIME`` to :exc:`TimeoutError`.
|
Map :exc:`OSError` with ``errno==ETIME`` to :exc:`TimeoutError`.
|
||||||
|
|
Loading…
Reference in New Issue