]> granicus.if.org Git - python/commit
Checking in a bunch of spawn functions. These are only defined if we
authorGuido van Rossum <guido@python.org>
Tue, 2 Nov 1999 13:27:32 +0000 (13:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Nov 1999 13:27:32 +0000 (13:27 +0000)
commit5a2ca9328df3f73fcf0b38d488972ef139cc73e1
treeb04bcdd4b61597657521fea62588a4fda2d78b24
parent66e53854d646c96d8724b3b0cacc740860928849
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().
Lib/os.py