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.

作者 sbt
收信人 loewis, mhammond, python-dev, sbt, vstinner
日期 2011-11-09.15:51:14
SpamBayes Score 1.4594631e-10
Marked as misclassified
Message-id <1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za>
In-reply-to
内容
> Functions like os.execv() or os.readlink() are not deprecated because 
> the underlying C function really uses a bytes API (execv and readlink).

Probably os.execv() should be implemented on Windows with _wexecv() instead of _execv().  Likewise for other functions which have "wide" versions.  Or maybe it wouldn't be worth the effort, since it would mean writing separate Windows implementations.

I don't know what you mean about os.readlink() though: the Windows implementation uses CreateFileW() and DeviceIoControl().
历史
日期 用户 动作 参数
2011-11-09 15:51:15sbt修改recipients: + sbt, loewis, mhammond, vstinner, python-dev
2011-11-09 15:51:15sbt修改messageid: <1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za>
2011-11-09 15:51:14sbt链接issue13374 messages
2011-11-09 15:51:14sbt创建