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 arigo, berker.peksag, serhiy.storchaka, whitespacer
Date 2017-03-25.10:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490438988.55.0.297204220302.issue29694@psf.upfronthosting.co.za>
In-reply-to
Content
You can monkey-patch os.mkdir and pathlib._NormalAccessor.mkdir.

Without tests we can't be sure that the patch fixes the issue and that the bug will be not reintroduced by future changes. Tests are required for this change.
History
Date User Action Args
2017-03-25 10:49:48serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, berker.peksag, whitespacer
2017-03-25 10:49:48serhiy.storchakasetmessageid: <1490438988.55.0.297204220302.issue29694@psf.upfronthosting.co.za>
2017-03-25 10:49:48serhiy.storchakalinkissue29694 messages
2017-03-25 10:49:48serhiy.storchakacreate