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.

作者 steve.dower
收信人 serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
日期 2015-04-03.17:38:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <1428082736.94.0.648613713456.issue23668@psf.upfronthosting.co.za>
In-reply-to
内容
Sorry, _Py_open requires a double encoding (wchar->char->wchar), which is why I'm not going to use it.

_Py_wfopen takes a mode string rather than _O_* flags, and so implicitly includes _O_CREAT.

Guessing we should add _Py_wopen?
历史
日期 用户 动作 参数
2015-04-03 17:38:56steve.dower修改recipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-04-03 17:38:56steve.dower修改messageid: <1428082736.94.0.648613713456.issue23668@psf.upfronthosting.co.za>
2015-04-03 17:38:56steve.dower链接issue23668 messages
2015-04-03 17:38:56steve.dower创建