commit | dd7cbbf4d320317065d041a7b407fae840563012 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Nov 02 20:44:07 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Nov 02 20:44:07 1999 +0000 |
tree | 421740afc61121ad8a35816a1361afaa471dc943 | |
parent | 8b4b46e4f3d9d80bfc09961efaf5fc65807e34ab [diff] |
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)