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 ""
420
420
421
421
#: ../Doc/faq/windows.rst:278
422
422
msgid "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 ? "
424
424
425
425
#: ../Doc/faq/windows.rst:280
426
426
msgid ""
427
427
"Use the msvcrt module. This is a standard Windows-specific extension "
428
428
"module. It defines a function ``kbhit()`` which checks whether a keyboard "
429
429
"hit is present, and ``getch()`` which gets one character without echoing it."
430
430
msgstr ""
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."
431
435
432
436
#~ msgid "|Python Development on XP|_"
433
437
#~ msgstr "|Python Development on XP|_"
You can’t perform that action at this time.
0 commit comments