diff --git a/faq/windows.po b/faq/windows.po index f4e35aa3..88bca483 100644 --- a/faq/windows.po +++ b/faq/windows.po @@ -421,6 +421,8 @@ 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 "" @@ -428,6 +430,10 @@ msgid "" "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|_"