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

Guido van Rossum guido@cnri.reston.va.us
Tue, 2 Nov 1999 15:44:08 -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:
Oops.  spawnl() and spawnle() should be implemented on Windows too.

Also added a comment that the 'p' variants (spawnvp() etc.) are *not*
supported on Windows.  (They could be by adding them to posixmodule.c)