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 Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, mew, ned.deily, r.david.murray
Date 2019-07-16.23:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563321007.59.0.473227535129.issue24231@roundup.psfhosted.org>
In-reply-to
Content
This issue appears to have been fixed:

Python 3.7.3 (default, May  1 2019, 00:00:47) 
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.makedirs('/', exist_ok=True)
>>>
History
Date User Action Args
2019-07-16 23:50:07Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, ned.deily, r.david.murray, mew
2019-07-16 23:50:07Jeffrey.Kintschersetmessageid: <1563321007.59.0.473227535129.issue24231@roundup.psfhosted.org>
2019-07-16 23:50:07Jeffrey.Kintscherlinkissue24231 messages
2019-07-16 23:50:07Jeffrey.Kintschercreate