diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 13:24:55 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 13:24:55 -0500 |
commit | 52b2bc03693d663fe1d1bdf974c23800232213dd (patch) | |
tree | 281f46829016393fba3c3a870762f512ac528cd9 /Tools | |
parent | accef5ce3645736a13a1c7d0d7ce8bfbeba4bf28 (diff) | |
download | cpython-git-52b2bc03693d663fe1d1bdf974c23800232213dd.tar.gz |
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-x | Tools/scripts/pydocgui.pyw | 7 |
1 files changed, 0 insertions, 7 deletions
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() |