[issue39181] Add `os.makedirs()` as `Path.mkdir()` equivalent in correspondence table
New submission from jack1142 <kuba.kuczys@gmail.com>: https://github.com/python/cpython/blob/3.7/Doc/library/pathlib.rst#correspon... 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. ---------- assignee: docs@python components: Documentation messages: 359162 nosy: docs@python, jack1142 priority: normal severity: normal status: open title: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspondence table type: enhancement versions: Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39181> _______________________________________
participants (1)
-
jack1142