Merge pull request #446 from deronnax/faq_windows_3

traduit la dernière section de la FAQ Windows
This commit is contained in:
Julien Palard 2018-12-10 14:20:35 +01:00 committed by GitHub
commit c9d2d3cde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -421,6 +421,8 @@ msgstr ""
#: ../Doc/faq/windows.rst:278
msgid "How do I check for a keypress without blocking?"
msgstr ""
"Comment puis-je vérifier de manière non bloquante qu'une touche a été "
"pressée ?"
#: ../Doc/faq/windows.rst:280
msgid ""
@ -428,6 +430,10 @@ msgid ""
"module. It defines a function ``kbhit()`` which checks whether a keyboard "
"hit is present, and ``getch()`` which gets one character without echoing it."
msgstr ""
"Utilisez le module ``msvcrt``. C'est une extension standard spécifique à "
"Windows, qui définit une fonction ``kbhit()`` qui vérifie si une pression de "
"touche s'est produite, et ``getch()`` qui récupère le caractère sans "
"l'afficher."
#~ msgid "|Python Development on XP|_"
#~ msgstr "|Python Development on XP|_"