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

Skip to content

Commit c9d2d3c

Browse files
authored
Merge pull request #446 from deronnax/faq_windows_3
traduit la dernière section de la FAQ Windows
2 parents d676bcd + ca1229c commit c9d2d3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

faq/windows.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,19 @@ msgstr ""
421421
#: ../Doc/faq/windows.rst:278
422422
msgid "How do I check for a keypress without blocking?"
423423
msgstr ""
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
426428
msgid ""
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."
430432
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."
431437

432438
#~ msgid "|Python Development on XP|_"
433439
#~ msgstr "|Python Development on XP|_"

0 commit comments

Comments
 (0)