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 pitrou, serhiy.storchaka
Date 2013-12-07.18:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386441358.84.0.105181081607.issue19921@psf.upfronthosting.co.za>
In-reply-to
Content
Path.mkdir() can't create a directory with cleared write or list permission bits for owner when parent directories aren't created. This is because for parent directories same mode is used as for final directory.

To support this use case we should implicitly set write and list permission bits for owner when creating parent directories.

I don't know if this work on Windows.
History
Date User Action Args
2013-12-07 18:35:58serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2013-12-07 18:35:58serhiy.storchakasetmessageid: <1386441358.84.0.105181081607.issue19921@psf.upfronthosting.co.za>
2013-12-07 18:35:58serhiy.storchakalinkissue19921 messages
2013-12-07 18:35:58serhiy.storchakacreate