[docs] [issue1576313] os.execvp[e] on win32 fails for current directory

R. David Murray report at bugs.python.org
Sat Jul 3 17:08:30 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

The unix model should be followed (requiring an explicit reference to the current directory if it is not already in PATH), rather than the insecure Windows behavior, and this is indeed the current situation.  The current behavior is documented ("a full or relative path"), but a footnote that this differs from the msvcrt behavior would probably be a useful addition.  So I'm changing this to a doc bug.  (I have verified that ./ works, I have not verified the msvcrt behavior.)

----------
assignee:  -> docs at python
components: +Documentation -Windows
nosy: +r.david.murray
stage: unit test needed -> needs patch
type: feature request -> behavior
versions: +Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1576313>
_______________________________________


More information about the docs mailing list