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 loewis
Recipients jab, loewis
Date 2009-02-11.20:50:55
SpamBayes Score 0.00013756922
Marked as misclassified No
Message-id <1234385456.81.0.354445914029.issue5220@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the problem. The directory creation *does* take the
umask into account - that's the whole point of the umask! The directory
being created has the bits (mode & ~umask & 0777) set - because of the
semantics of mkdir(2), not because of Python's doing.

Closing the report as invalid.
History
Date User Action Args
2009-02-11 20:50:57loewissetrecipients: + loewis, jab
2009-02-11 20:50:56loewissetmessageid: <1234385456.81.0.354445914029.issue5220@psf.upfronthosting.co.za>
2009-02-11 20:50:55loewislinkissue5220 messages
2009-02-11 20:50:55loewiscreate