diff options
author | Mathieu Dupuy <deronnax@users.noreply.github.com> | 2018-11-26 16:13:41 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-11-26 16:13:41 (GMT) |
commit | 5719f275b7153a00a800f5481271a6fc26659c65 (patch) | |
tree | 3e4b6f72d6319816421e214c4a6195fe5925bf31 /Doc | |
parent | 6eb996685e25c09499858bee4be258776e603c6f (diff) | |
download | cpython-5719f275b7153a00a800f5481271a6fc26659c65.zip cpython-5719f275b7153a00a800f5481271a6fc26659c65.tar.gz cpython-5719f275b7153a00a800f5481271a6fc26659c65.tar.bz2 |
Doc: Delete now useless Windows FAQ section (GH-10557)
Diffstat (limited to 'Doc')
-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 74aa52a..75ebe60 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.) |