forked from AFPy/python-docs-fr
traduit la dernière section de la FAQ Windows
This commit is contained in:
parent c1f7789f4a
commit 3208d506e4
1 changed files with 5 additions and 1 deletions
| | @ -420,7 +420,7 @@ 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 "" | ||||
| | @ -428,6 +428,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|_" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue