CVS: 'python/dist/src/Python pythonrun.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Tue, 6 May 1997 11:25:02 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/projects/python/develop/guido/src/Python

Modified Files:
	pythonrun.c 
Log Message:
Keep MS compiler happy: use (int)strlen() when comparing; make sure
not to use kill().

--Guido van Rossum (home page: http://www.python.org/~guido/)