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 Jeffrey.Kintscher, Xophmeister, serhiy.storchaka
Date 2020-08-07.06:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596780108.16.0.256944653441.issue41419@roundup.psfhosted.org>
In-reply-to
Content
os.mkdir() is a thin wrapper around syscalls mkdir or mkdirat. Path.mkdir() is a thin wrapper around os.mkdir(). If you think that the behavior of mkdir differs from the documentation please file a report in the Linux kernel.
History
Date User Action Args
2020-08-07 06:01:48serhiy.storchakasetrecipients: + serhiy.storchaka, Xophmeister, Jeffrey.Kintscher
2020-08-07 06:01:48serhiy.storchakasetmessageid: <1596780108.16.0.256944653441.issue41419@roundup.psfhosted.org>
2020-08-07 06:01:48serhiy.storchakalinkissue41419 messages
2020-08-07 06:01:48serhiy.storchakacreate