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 nanjekyejoannah
Recipients nanjekyejoannah
Date 2020-01-27.21:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580161847.67.0.0849845535184.issue39470@roundup.psfhosted.org>
In-reply-to
Content
:func:`os.makedirs` is equivalent to ``mkdir -p`` and :meth:`Path.mkdir()` when given an optional *exist_ok* argument.
History
Date User Action Args
2020-01-27 21:50:47nanjekyejoannahsetrecipients: + nanjekyejoannah
2020-01-27 21:50:47nanjekyejoannahsetmessageid: <1580161847.67.0.0849845535184.issue39470@roundup.psfhosted.org>
2020-01-27 21:50:47nanjekyejoannahlinkissue39470 messages
2020-01-27 21:50:47nanjekyejoannahcreate