[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.72,1.73

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


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

Modified Files:
	python20.wse 
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!


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** python20.wse	2001/08/05 05:19:15	1.72
--- python20.wse	2001/08/05 05:43:20	1.73
***************
*** 2452,2456 ****
    Source=%MAINDIR%\pythonw.exe
    Destination=%GROUP%\Module Docs.lnk
!   Command Options="%MAINDIR%\Tools\Scripts\pydoc.pyw"
    Working Directory=%MAINDIR%
    Key Type=1536
--- 2452,2456 ----
    Source=%MAINDIR%\pythonw.exe
    Destination=%GROUP%\Module Docs.lnk
!   Command Options="%MAINDIR%\Tools\Scripts\pydocgui.pyw"
    Working Directory=%MAINDIR%
    Key Type=1536