summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-16 18:24:55 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-16 18:24:55 (GMT)
commit52b2bc03693d663fe1d1bdf974c23800232213dd (patch)
tree281f46829016393fba3c3a870762f512ac528cd9 /Tools
parentaccef5ce3645736a13a1c7d0d7ce8bfbeba4bf28 (diff)
downloadcpython-52b2bc03693d663fe1d1bdf974c23800232213dd.zip
cpython-52b2bc03693d663fe1d1bdf974c23800232213dd.tar.gz
cpython-52b2bc03693d663fe1d1bdf974c23800232213dd.tar.bz2
Remove Tools/scripts/pydocgui.pyw.
pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/pydocgui.pyw7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw
deleted file mode 100755
index 8e9a3d6..0000000
--- a/Tools/scripts/pydocgui.pyw
+++ /dev/null
@@ -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()