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 dholth
Recipients dholth, paul.moore, serhiy.storchaka, steve.dower
Date 2015-02-26.13:56:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424958975.4034075.232763833.57CB3952@webmail.messagingengine.com>
In-reply-to <1424806480.83.0.90699061701.issue23491@psf.upfronthosting.co.za>
Content
Create and open executable file respecting the Unix user's umask:

os.fdopen(os.open(filename, os.O_CREAT|os.O_RDWR), "rw")

On Tue, Feb 24, 2015, at 02:34 PM, Paul Moore wrote:
> 
> Paul Moore added the comment:
> 
> Thanks, I'll fix for the next iteration of the patch.
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23491>
> _______________________________________
History
Date User Action Args
2015-02-26 13:56:18dholthsetrecipients: + dholth, paul.moore, serhiy.storchaka, steve.dower
2015-02-26 13:56:18dholthlinkissue23491 messages
2015-02-26 13:56:17dholthcreate