mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 21:32:12 +08:00
Use OSError instead of IOError (#9683)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from threading import Event
|
||||
from typing import AnyStr, Generic
|
||||
|
||||
class PipeTimeout(IOError): ...
|
||||
class PipeTimeout(OSError): ...
|
||||
|
||||
class BufferedPipe(Generic[AnyStr]):
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user