[New-bugs-announce] [issue39181] Add `os.makedirs()` as `Path.mkdir()` equivalent in correspondence table
jack1142
report at bugs.python.org
Wed Jan 1 11:53:16 EST 2020
New submission from jack1142 <kuba.kuczys at gmail.com>:
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.
----------
assignee: docs at python
components: Documentation
messages: 359162
nosy: docs at 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 at bugs.python.org>
<https://bugs.python.org/issue39181>
_______________________________________
More information about the New-bugs-announce
mailing list