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 docs@python, socketpair, vstinner
Date 2011-05-22.13:58:59
SpamBayes Score 0.00039532728
Marked as misclassified No
Message-id <1306072739.84.0.96987271517.issue12103@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #12105 adds os.O_CLOEXEC flag, so we will be able to write open(os.open(filename, os.O_RDONLY|os.O_CLOEXEC)). Do you want to work on a doc patch?
History
Date User Action Args
2011-05-22 13:58:59vstinnersetrecipients: + vstinner, docs@python, socketpair
2011-05-22 13:58:59vstinnersetmessageid: <1306072739.84.0.96987271517.issue12103@psf.upfronthosting.co.za>
2011-05-22 13:58:59vstinnerlinkissue12103 messages
2011-05-22 13:58:59vstinnercreate