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 alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, socketpair, vstinner
Date 2011-05-22.14:00:29
SpamBayes Score 0.0007606065
Marked as misclassified No
Message-id <1306072830.12.0.241781260225.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
>> open() documentation may explain the os.fdopen(os.open()) "trick"
>> to use low-level options like O_SYNC or O_CLOEXEC.

> Why not, but I leave it to someone more comfortable with 
> documentation than me :-)

Issue #12103 should be fine for this idea.
History
Date User Action Args
2011-05-22 14:00:30vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, neologix, socketpair, petri.lehtinen, alexey-smirnov
2011-05-22 14:00:30vstinnersetmessageid: <1306072830.12.0.241781260225.issue12105@psf.upfronthosting.co.za>
2011-05-22 14:00:29vstinnerlinkissue12105 messages
2011-05-22 14:00:29vstinnercreate