Message147356
| Author |
sbt |
| Recipients |
loewis, mhammond, python-dev, sbt, vstinner |
| Date |
2011年11月09日.15:51:14 |
| SpamBayes Score |
1.4594631e-10 |
| Marked as misclassified |
No |
| Message-id |
<1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> 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(). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年11月09日 15:51:15 | sbt | set | recipients:
+ sbt, loewis, mhammond, vstinner, python-dev |
| 2011年11月09日 15:51:15 | sbt | set | messageid: <1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za> |
| 2011年11月09日 15:51:14 | sbt | link | issue13374 messages |
| 2011年11月09日 15:51:14 | sbt | create |
|