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.

作者 loewis
收信人 loewis, mhammond, python-dev, sbt, vstinner
日期 2011-11-09.20:53:36
SpamBayes Score 1.8728266e-06
Marked as misclassified
Message-id <4EBAE846.4050405@v.loewis.de>
In-reply-to <1320853875.11.0.548269501088.issue13374@psf.upfronthosting.co.za>
内容
> 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.

Writing separate Windows versions has a long tradition in posixmodule.c,
so in principle it's fine. It still may not be worth the effort since
the function is deprecated in favor of the subprocess module. However,
if code was contributed in that direction, we would likely accept it.
历史
日期 用户 动作 参数
2011-11-09 20:53:37loewis修改recipients: + loewis, mhammond, vstinner, python-dev, sbt
2011-11-09 20:53:37loewis链接issue13374 messages
2011-11-09 20:53:36loewis创建