mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Doc: Delete now useless Windows FAQ section (GH-10557)
This commit is contained in:
parent
6eb996685e
commit
5719f275b7
1 changed files with 0 additions and 11 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue