CVS: 'python/dist/src/Lib rexec.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Fri, 21 Mar 1997 13:18:18 -0800


Update of /projects/cvsroot/python/dist/src/Lib
In directory monty:/usr/people/guido/python/src/Lib

Modified Files:
	rexec.py 
Log Message:
Removed 'marshal' from the list of "ok" built-in functions -- the
unmarshalling code is actually rather naive and can easily be
caused to crash by feeding it invalid data.  This should be fixed in
the marshal module, but I don't have the time to fix it now :-(

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