mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove Tools/scripts/pydocgui.pyw.
pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then.
This commit is contained in:
parent
accef5ce36
commit
52b2bc0369
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
# Note: this file must not be named pydoc.pyw, lest it just end up
|
||||
# importing itself (Python began allowing import of .pyw files
|
||||
# between 2.2a1 and 2.2a2).
|
||||
import pydoc
|
||||
|
||||
if __name__ == '__main__':
|
||||
pydoc.gui()
|
Loading…
Add table
Add a link
Reference in a new issue