mirror of https://github.com/python/cpython
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,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…
Reference in New Issue