File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -421,13 +421,19 @@ msgstr ""
421421#: ../Doc/faq/windows.rst:278
422422msgid "How do I check for a keypress without blocking?"
423423msgstr ""
424+ "Comment puis-je vérifier de manière non bloquante qu'une touche a été "
425+ "pressée ?"
424426
425427#: ../Doc/faq/windows.rst:280
426428msgid ""
427429"Use the msvcrt module. This is a standard Windows-specific extension "
428430"module. It defines a function ``kbhit()`` which checks whether a keyboard "
429431"hit is present, and ``getch()`` which gets one character without echoing it."
430432msgstr ""
433+ "Utilisez le module ``msvcrt``. C'est une extension standard spécifique à "
434+ "Windows, qui définit une fonction ``kbhit()`` qui vérifie si une pression de "
435+ "touche s'est produite, et ``getch()`` qui récupère le caractère sans "
436+ "l'afficher."
431437
432438#~ msgid "|Python Development on XP|_"
433439#~ msgstr "|Python Development on XP|_"
You can’t perform that action at this time.
0 commit comments