Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
traduit la dernière section de la FAQ Windows
  • Loading branch information
deronnax committed Dec 2, 2018
commit 3208d506e42760c7ae226cb0e24b39861ea8d469
6 changes: 5 additions & 1 deletion faq/windows.po
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,18 @@ msgstr ""

#: ../Doc/faq/windows.rst:278
msgid "How do I check for a keypress without blocking?"
msgstr ""
msgstr "Comment puis-je vérifier qu'une touche a été pressée sans bloquer ?"

#: ../Doc/faq/windows.rst:280
msgid ""
"Use the msvcrt module. This is a standard Windows-specific extension "
"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|_"
Expand Down