STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Probably os.execv() should be implemented on Windows with _wexecv() instead
> of _execv(). 

That's a different story. Would you like to implement it? If yes, please open a 
new issue.

> I don't know what you mean about os.readlink() though: the Windows
> implementation uses CreateFileW() and DeviceIoControl().

Oops, you are right. The Windows implement only accepts Unicode, so no 
deprecation warning is needed here.

----------

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

Reply via email to