[Python-checkins] CVS: python/dist/src/Lib os.py

Guido van Rossum guido@cnri.reston.va.us
Tue, 2 Nov 1999 08:27:33 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	os.py 
Log Message:
Checking in a bunch of spawn functions.  These are only defined if we
have fork and execv (and friends) but not spawnv.  They operate
exactly like the spawn functions on Windows.  A limited set of needed
constants is also defined (P_WAIT, P_NOWAIT etc.).

Also add getenv() as a familiar alias for environ.get().