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 neologix
Recipients alexey-smirnov, amaury.forgeotdarc, christian.heimes, neologix, pitrou, rosslagerwall, sbt, vstinner
Date 2013-01-03.20:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357243852.76.0.562737571888.issue16850@psf.upfronthosting.co.za>
In-reply-to
Content
I don't comfortable exposing this.
The main reason is that this flag is really non-portable.
Having open() fail at runtime because the platform doesn't support it looks really wrong to me. And silently ignore it is even worse.
The 'x' flag was added because it is useful, on available on all platforms (I mean, even Windows has it). Here's, it's by definition Unix-specific, and even then, many Unices don't support it.
So I'm -1.
History
Date User Action Args
2013-01-03 20:10:52neologixsetrecipients: + neologix, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, rosslagerwall, sbt, alexey-smirnov
2013-01-03 20:10:52neologixsetmessageid: <1357243852.76.0.562737571888.issue16850@psf.upfronthosting.co.za>
2013-01-03 20:10:52neologixlinkissue16850 messages
2013-01-03 20:10:52neologixcreate