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 ""
421
421
#: ../Doc/faq/windows.rst:278
422
422
msgid "How do I check for a keypress without blocking?"
423
423
msgstr ""
424
+ "Comment puis-je vérifier de manière non bloquante qu'une touche a été "
425
+ "pressée ?"
424
426
425
427
#: ../Doc/faq/windows.rst:280
426
428
msgid ""
427
429
"Use the msvcrt module. This is a standard Windows-specific extension "
428
430
"module. It defines a function ``kbhit()`` which checks whether a keyboard "
429
431
"hit is present, and ``getch()`` which gets one character without echoing it."
430
432
msgstr ""
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."
431
437
432
438
#~ msgid "|Python Development on XP|_"
433
439
#~ msgstr "|Python Development on XP|_"
You can’t perform that action at this time.
0 commit comments