Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions faq/windows.po
Original file line number Diff line number Diff line change
Expand Up @@ -421,13 +421,19 @@ msgstr ""
#: ../Doc/faq/windows.rst:278
msgid "How do I check for a keypress without blocking?"
msgstr ""
"Comment puis-je vérifier de manière non bloquante qu'une touche a été "
"pressée ?"

#: ../Doc/faq/windows.rst:280
msgid ""
"Use the 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."
msgstr ""
"Utilisez le module ``msvcrt``. C'est une extension standard spécifique à "
"Windows, qui définit une fonction ``kbhit()`` qui vérifie si une pression de "
"touche s'est produite, et ``getch()`` qui récupère le caractère sans "
"l'afficher."

#~ msgid "|Python Development on XP|_"
#~ msgstr "|Python Development on XP|_"
Expand Down