This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, mhammond, python-dev, sbt, vstinner
Date 2011-11-09.16:36:41
SpamBayes Score 0.0050121574
Marked as misclassified No
Message-id <17384482.1kciHZhrRo@dsk000552>
In-reply-to <1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-11-09 16:36:42vstinnersetrecipients: + vstinner, loewis, mhammond, python-dev, sbt
2011-11-09 16:36:41vstinnerlinkissue13374 messages
2011-11-09 16:36:41vstinnercreate