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 gregory.p.smith, python-dev
Date 2012-06-03.21:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SbITk-0004fc-3L@dinsdale.python.org>
In-reply-to
Content
New changeset fef529f3de5b by Gregory P. Smith in branch '3.2':
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
http://hg.python.org/cpython/rev/fef529f3de5b

New changeset eed26e508b7e by Gregory P. Smith in branch 'default':
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
http://hg.python.org/cpython/rev/eed26e508b7e
History
Date User Action Args
2012-06-03 21:36:53python-devsetrecipients: + python-dev, gregory.p.smith
2012-06-03 21:36:53python-devlinkissue14992 messages
2012-06-03 21:36:53python-devcreate