[Python-Dev] Why spawnvp not implemented on Windows?

"Martin v. Löwis" martin at v.loewis.de
Thu Oct 12 23:04:52 CEST 2006


Alexey Borzenkov schrieb:
> Should I submit it to sourceforge as a patch, or someone can review it as is?

Please consider also exposing _wspawnvp, depending on whether path
argument is a Unicode object or not. See PEP 277 for guidance.
Since this would go into 2.6, support for Windows 95 isn't mandatory.

Regards,
Martin


More information about the Python-Dev mailing list