diff --git a/stdlib/2and3/msvcrt.pyi b/stdlib/2and3/msvcrt.pyi index 2f48f7969..2167a7311 100644 --- a/stdlib/2and3/msvcrt.pyi +++ b/stdlib/2and3/msvcrt.pyi @@ -11,3 +11,4 @@ LK_UNLCK: int def locking(__fd: int, __mode: int, __nbytes: int) -> None: ... def get_osfhandle(__fd: int) -> int: ... def open_osfhandle(__handle: int, __flags: int) -> int: ... +def getch() -> bytes: ...