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 Daniel Lepage, eryksun, pitrou, serhiy.storchaka
Date 2017-03-24.18:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490381515.39.0.30628592598.issue25803@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset af7b9ec5c855366feef4c67dc492d64b3baf84ca by Serhiy Storchaka in branch 'master':
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)
https://github.com/python/cpython/commit/af7b9ec5c855366feef4c67dc492d64b3baf84ca
History
Date User Action Args
2017-03-24 18:51:55serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, eryksun, Daniel Lepage
2017-03-24 18:51:55serhiy.storchakasetmessageid: <1490381515.39.0.30628592598.issue25803@psf.upfronthosting.co.za>
2017-03-24 18:51:55serhiy.storchakalinkissue25803 messages
2017-03-24 18:51:55serhiy.storchakacreate