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 jack1142
Recipients docs@python, jack1142
Date 2020-01-01.16:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577897596.74.0.989558678168.issue39181@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/blob/3.7/Doc/library/pathlib.rst#correspondence-to-tools-in-the-modos-module

The table mapping `os` functions to `Path`'s equivalents is missing `os.makedirs` in the row with `Path.mkdir()` and they are both equivalent when `Path.mkdir()` is used with `parents=True` kwarg.

I can make a PR once this gets triaged, I'm not sure if this doc improvement should only be made to master branch or also 3.7/3.8 so let me know about that too, thanks.
History
Date User Action Args
2020-01-01 16:53:16jack1142setrecipients: + jack1142, docs@python
2020-01-01 16:53:16jack1142setmessageid: <1577897596.74.0.989558678168.issue39181@roundup.psfhosted.org>
2020-01-01 16:53:16jack1142linkissue39181 messages
2020-01-01 16:53:16jack1142create