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 fpom
Recipients docs@python, fpom
Date 2017-09-19.08:04:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505808294.39.0.0123921677022.issue31515@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation of os.makedirs says "The default mode is 0777 (octal)" but when I use os.makedirs("foo"), the directory is created with permissions 0755.
Documentation should be updated or default mode fixed.

I've tested it only with Python 2.7.6 and 3.4.3 (those installed on my computer).
History
Date User Action Args
2017-09-19 08:04:54fpomsetrecipients: + fpom, docs@python
2017-09-19 08:04:54fpomsetmessageid: <1505808294.39.0.0123921677022.issue31515@psf.upfronthosting.co.za>
2017-09-19 08:04:54fpomlinkissue31515 messages
2017-09-19 08:04:54fpomcreate