From: Mathieu Dupuy Date: Mon, 26 Nov 2018 16:13:41 +0000 (+0100) Subject: Doc: Delete now useless Windows FAQ section (GH-10557) X-Git-Tag: v3.8.0a1~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5719f275b7153a00a800f5481271a6fc26659c65;p=thirdparty%2FPython%2Fcpython.git Doc: Delete now useless Windows FAQ section (GH-10557) --- diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index 74aa52ab1a49..75ebe603cb5b 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.)