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 vstinner
Recipients alexandre.vassalotti, vstinner
Date 2014-01-29.00:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390953783.37.0.665484328657.issue20428@psf.upfronthosting.co.za>
In-reply-to
Content
I already search the "default mode" but I didn't see it in the manual page. Is it 0666?

> The _Py_open function in Python/fileutils.c cannot be given correctly the flag O_CREAT.

What is the current behaviour?

A new _Py_open_mode() function can be added. Where do you need O_CREAT?
History
Date User Action Args
2014-01-29 00:03:03vstinnersetrecipients: + vstinner, alexandre.vassalotti
2014-01-29 00:03:03vstinnersetmessageid: <1390953783.37.0.665484328657.issue20428@psf.upfronthosting.co.za>
2014-01-29 00:03:03vstinnerlinkissue20428 messages
2014-01-29 00:03:03vstinnercreate