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 socketpair
Recipients socketpair
Date 2011-05-18.19:11:28
SpamBayes Score 2.6718084e-05
Marked as misclassified No
Message-id <1305745889.2.0.237560021123.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
In Python3 I'm not able to use open('xxx', 're') as it does not call fopen() anymore. What about extra flags like 'e'=O_CLOEXEC?

P.S.
see issue12103 for list of needed flags

P.P.S
does 2to3 tool properly detect such cases?
History
Date User Action Args
2011-05-18 19:11:29socketpairsetrecipients: + socketpair
2011-05-18 19:11:29socketpairsetmessageid: <1305745889.2.0.237560021123.issue12105@psf.upfronthosting.co.za>
2011-05-18 19:11:28socketpairlinkissue12105 messages
2011-05-18 19:11:28socketpaircreate