mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Link to the msvcrt module from the Windows FAQ (#22268)
This commit is contained in:
parent
fa8748271a
commit
5d9e657517
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ in batch mode.
|
|||
How do I check for a keypress without blocking?
|
||||
-----------------------------------------------
|
||||
|
||||
Use the msvcrt module. This is a standard Windows-specific extension module.
|
||||
Use the :mod:`msvcrt` module. This is a standard Windows-specific extension module.
|
||||
It defines a function ``kbhit()`` which checks whether a keyboard hit is
|
||||
present, and ``getch()`` which gets one character without echoing it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue