]> granicus.if.org Git - python/commit
Oops. spawnl() and spawnle() should be implemented on Windows too.
authorGuido van Rossum <guido@python.org>
Tue, 2 Nov 1999 20:44:07 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Nov 1999 20:44:07 +0000 (20:44 +0000)
commitdd7cbbf4d320317065d041a7b407fae840563012
tree421740afc61121ad8a35816a1361afaa471dc943
parent8b4b46e4f3d9d80bfc09961efaf5fc65807e34ab
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)
Lib/os.py