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 antoine.pietri
Recipients antoine.pietri, mshuffett, pitrou, richardc, serhiy.storchaka, steve.dower
Date 2017-05-31.17:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496252019.22.0.959294375309.issue30177@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I'm pasting what I said on the PR here: 

For what it's worth, this bug was the cause of an important downtime in our organization, because someone needed to normalize a path that was later passed to a .mkdir(parents=True), and it was, in some cases, silently doing the mkdir of a wrong path instead of creating all the parents.
History
Date User Action Args
2017-05-31 17:33:39antoine.pietrisetrecipients: + antoine.pietri, pitrou, serhiy.storchaka, steve.dower, mshuffett, richardc
2017-05-31 17:33:39antoine.pietrisetmessageid: <1496252019.22.0.959294375309.issue30177@psf.upfronthosting.co.za>
2017-05-31 17:33:39antoine.pietrilinkissue30177 messages
2017-05-31 17:33:39antoine.pietricreate