]> granicus.if.org Git - python/commitdiff
Remove Tools/scripts/pydocgui.pyw.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 18:24:55 +0000 (13:24 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 18:24:55 +0000 (13:24 -0500)
pydoc.gui was removed over 3 years ago (#10818), this script has been
utterly bereft of worth since then.

Tools/scripts/pydocgui.pyw [deleted file]

diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw
deleted file mode 100755 (executable)
index 8e9a3d6..0000000
+++ /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()