anatoly techtonik <techto...@gmail.com> added the comment:

There should be one uniform behavior on all platforms if Python is 
crossplatoform.

As far as I can understand this issue - unix os.execv() requires "./" to be 
present to execute anything from current directory. On windows it is enough to 
specify just filename, but os.execv() doesn't work in this way - is that right 
and the issue is to make behavior of os.execv() like on windows?

The current behavior definitely needs to be documented.

----------
nosy: +d...@python, techtonik
versions: +Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1576313>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to