diff options
-rw-r--r-- | Doc/faq/windows.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index 74aa52ab1a..75ebe603cb 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -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.) |