Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39fa0e commit 45e5e72Copy full SHA for 45e5e72
3 files changed
PCbuild/python20.wse
@@ -2451,7 +2451,7 @@ end
2451
item: Create Shortcut
2452
Source=%MAINDIR%\pythonw.exe
2453
Destination=%GROUP%\Module Docs.lnk
2454
- Command Options="%MAINDIR%\Tools\Scripts\pydoc.pyw"
+ Command Options="%MAINDIR%\Tools\Scripts\pydocgui.pyw"
2455
Working Directory=%MAINDIR%
2456
Key Type=1536
2457
Flags=00000001
Tools/scripts/pydoc.pyw
Tools/scripts/pydocgui.pyw
@@ -0,0 +1,5 @@
1
+# Note: this file must not be named pydoc.pyw, lest it just end up
2
+# importing itself (Python began allowing import of .pyw files
3
+# between 2.2a1 and 2.2a2).
4
+import pydoc
5
+pydoc.gui()
0 commit comments