Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3208d50

Browse files
committed
traduit la dernière section de la FAQ Windows
1 parent c1f7789 commit 3208d50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

faq/windows.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,14 +420,18 @@ msgstr ""
420420

421421
#: ../Doc/faq/windows.rst:278
422422
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 ?"
424424

425425
#: ../Doc/faq/windows.rst:280
426426
msgid ""
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."
430430
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."
431435

432436
#~ msgid "|Python Development on XP|_"
433437
#~ msgstr "|Python Development on XP|_"

0 commit comments

Comments
 (0)