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 smyrman
Recipients jab, loewis, smyrman
Date 2010-06-13.22:59:09
SpamBayes Score 0.005400946
Marked as misclassified No
Message-id <1276469951.42.0.970816434763.issue5220@psf.upfronthosting.co.za>
In-reply-to
Content
I have to agree with jab. While the way relative paths works are more or less common knowledge, the way umask does and does not work in relation to python isn't.

It is however given a short description at http://docs.python.org/library/os.html#os.makedirs:
...The default mode is 0777 (octal). On some systems, mode is ignored. Where it is used, the current umask value is first masked out.

And as it is documented (briefly) online that the umask *is* used, perhaps it is not necessary to add it to the doc-string?
History
Date User Action Args
2010-06-13 22:59:11smyrmansetrecipients: + smyrman, loewis, jab
2010-06-13 22:59:11smyrmansetmessageid: <1276469951.42.0.970816434763.issue5220@psf.upfronthosting.co.za>
2010-06-13 22:59:09smyrmanlinkissue5220 messages
2010-06-13 22:59:09smyrmancreate