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 serhiy.storchaka
Recipients brett.cannon, christian.heimes, serhiy.storchaka, socketpair, vstinner
Date 2017-01-11.07:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484120781.57.0.749021637275.issue29214@psf.upfronthosting.co.za>
In-reply-to
Content
If you needs non-default permission for particular file, you can use one of available ways mentioned above.

I think this issue can be closed. The original issues are resolved:

1. os.open() (corresponding to syscall open()) allows this.
2. There are other ways to create Python file with specific permissions (pass fd or use opener).
History
Date User Action Args
2017-01-11 07:46:21serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, christian.heimes, socketpair
2017-01-11 07:46:21serhiy.storchakasetmessageid: <1484120781.57.0.749021637275.issue29214@psf.upfronthosting.co.za>
2017-01-11 07:46:21serhiy.storchakalinkissue29214 messages
2017-01-11 07:46:21serhiy.storchakacreate