From: Julien Palard Date: Mon, 26 Nov 2018 17:16:13 +0000 (+0100) Subject: [3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10725) X-Git-Tag: v3.6.8rc1~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f93f93fa68f54c1bc128d58fa17536245396de3;p=thirdparty%2FPython%2Fcpython.git [3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10725) (cherry picked from commit 5719f275b7153a00a800f5481271a6fc26659c65) Co-authored-by: Mathieu Dupuy https://bugs.python.org/issue35255 --- diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index bcfd7f4f1fde..772b8c2012c3 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -301,14 +301,3 @@ In 2.7 and 3.2, :func:`os.kill` is implemented similar to the above function, with the additional feature of being able to send :kbd:`Ctrl+C` and :kbd:`Ctrl+Break` to console subprocesses which are designed to handle those signals. See :func:`os.kill` for further details. - -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.)