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.

Author steve.dower
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-03.17:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428082736.94.0.648613713456.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-04-03 17:38:56steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-04-03 17:38:56steve.dowersetmessageid: <1428082736.94.0.648613713456.issue23668@psf.upfronthosting.co.za>
2015-04-03 17:38:56steve.dowerlinkissue23668 messages
2015-04-03 17:38:56steve.dowercreate