[Python-checkins] cpython (merge 3.4 -> default): Merge removal of Tools/scripts/pydocgui.pyw

zach.ware python-checkins at python.org
Wed Jul 16 20:30:43 CEST 2014


http://hg.python.org/cpython/rev/39e375050eee
changeset:   91701:39e375050eee
parent:      91699:4c39d69bf08f
parent:      91700:2e578b80c2f3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Jul 16 13:30:27 2014 -0500
summary:
  Merge removal of Tools/scripts/pydocgui.pyw

files:
  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
--- 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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list