[Python-checkins] CVS: python/dist/src/Tools/scripts pydocgui.pyw,NONE,1.1 pydoc.pyw,1.1,NONE

Tim Peters tim_one@users.sourceforge.net
Sat, 04 Aug 2001 22:43:22 -0700


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv27770/python/dist/src/Tools/scripts

Added Files:
	pydocgui.pyw 
Removed Files:
	pydoc.pyw 
Log Message:
Rename pydoc.pyw to pydocgui.pyw:  Since we changed Python to allow .pyw
files to satisfy imports, pydoc.pyw was just importing itself!


--- NEW FILE: pydocgui.pyw ---
# 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
pydoc.gui()

--- pydoc.pyw DELETED ---