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 python-dev
Recipients martin.panter, paul.moore, plakhotich, python-dev, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-11-20.02:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151120023932.18204.60686@psf.io>
In-reply-to
Content
New changeset 05d6ddf2b7c2 by Martin Panter in branch '3.4':
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
https://hg.python.org/cpython/rev/05d6ddf2b7c2

New changeset 515f76bf1254 by Martin Panter in branch '3.5':
Issue #25583: Merge makedirs fix from 3.4 into 3.5
https://hg.python.org/cpython/rev/515f76bf1254

New changeset f0ad5067879b by Martin Panter in branch 'default':
Issue #25583: Merge makedirs fix from 3.5
https://hg.python.org/cpython/rev/f0ad5067879b

New changeset 6ec093f78266 by Martin Panter in branch 'default':
Issue #25583: Add news to 3.6 section
https://hg.python.org/cpython/rev/6ec093f78266
History
Date User Action Args
2015-11-20 02:39:36python-devsetrecipients: + python-dev, paul.moore, tim.golden, r.david.murray, martin.panter, zach.ware, steve.dower, plakhotich
2015-11-20 02:39:36python-devlinkissue25583 messages
2015-11-20 02:39:35python-devcreate