]> granicus.if.org Git - python/commitdiff
Doc: Delete now useless Windows FAQ section (GH-10557)
authorMathieu Dupuy <deronnax@users.noreply.github.com>
Mon, 26 Nov 2018 16:13:41 +0000 (17:13 +0100)
committerJulien Palard <julien@palard.fr>
Mon, 26 Nov 2018 16:13:41 +0000 (17:13 +0100)
Doc/faq/windows.rst

index 74aa52ab1a49f1e6aebe6dca6b776d79ce1a31aa..75ebe603cb5bc6cb41ce933049dd80768cf0a3b2 100644 (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.)