From: Zachary Ware Date: Wed, 16 Jul 2014 18:24:55 +0000 (-0500) Subject: Remove Tools/scripts/pydocgui.pyw. X-Git-Tag: v3.4.2rc1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52b2bc03693d663fe1d1bdf974c23800232213dd;p=python Remove Tools/scripts/pydocgui.pyw. pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then. --- diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw deleted file mode 100755 index 8e9a3d682e..0000000000 --- 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()