Doc: Delete now useless Windows FAQ section (GH-10557)

This commit is contained in:
Mathieu Dupuy 2018-11-26 17:13:41 +01:00 committed by Julien Palard
parent 6eb996685e
commit 5719f275b7

View file

@ -281,14 +281,3 @@ 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.
How do I extract the downloaded documentation on Windows?
---------------------------------------------------------
Sometimes, when you download the documentation package to a Windows machine
using a web browser, the file extension of the saved file ends up being .EXE.
This is a mistake; the extension should be .TGZ.
Simply rename the downloaded file to have the .TGZ extension, and WinZip will be
able to handle it. (If your copy of WinZip doesn't, get a newer one from
https://www.winzip.com.)