消息 [147357]
> 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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-11-09 16:36:42 | vstinner | 修改 | recipients:
+ vstinner, loewis, mhammond, python-dev, sbt |
| 2011-11-09 16:36:41 | vstinner | 链接 | issue13374 messages |
| 2011-11-09 16:36:41 | vstinner | 创建 | |
|