File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -420,14 +420,18 @@ msgstr ""
420420
421421#: ../Doc/faq/windows.rst:278
422422msgid "How do I check for a keypress without blocking?"
423- msgstr ""
423+ msgstr "Comment puis-je vérifier qu'une touche a été pressée sans bloquer ? "
424424
425425#: ../Doc/faq/windows.rst:280
426426msgid ""
427427"Use the msvcrt module. This is a standard Windows-specific extension "
428428"module. It defines a function ``kbhit()`` which checks whether a keyboard "
429429"hit is present, and ``getch()`` which gets one character without echoing it."
430430msgstr ""
431+ "Utilisez le module ``msvcrt``. C'est une extension standard spécifique à "
432+ "Windows, qui définit une fonction ``kbhit()`` qui vérifie si une pression de "
433+ "touche s'est produite, et ``getch()`` qui récupère le caractère sans "
434+ "l'afficher."
431435
432436#~ msgid "|Python Development on XP|_"
433437#~ msgstr "|Python Development on XP|_"
You can’t perform that action at this time.
0 commit comments