[issue43538] [Windows] support args and cwd in os.startfile()

Steve Dower report at bugs.python.org
Thu Apr 22 16:56:44 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

Not rushing this one in, but this is a relatively straightforward addition that will definitely be handy in some situations.

I didn't bother adding an enum for the SW_* constants, since I don't think they'll get anywhere near enough use to justify being in our public API. Kind of like error codes, which we already don't expose everywhere even though we use them ourselves as raw numbers.

----------
assignee:  -> steve.dower

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43538>
_______________________________________


More information about the Python-bugs-list mailing list