(original) (raw)

changeset: 91700:2e578b80c2f3 branch: 3.4 parent: 91698:f89d0ffd67ab user: Zachary Ware zachary.ware@gmail.com date: Wed Jul 16 13:24:55 2014 -0500 files: Tools/scripts/pydocgui.pyw description: 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 -r f89d0ffd67ab -r 2e578b80c2f3 Tools/scripts/pydocgui.pyw --- a/Tools/scripts/pydocgui.pyw Wed Jul 16 18:54:13 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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() /zachary.ware@gmail.com