bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216)
* Indicate os.makedirs is equivalent to Path.mkdir * 📜🤖 Added by blurb_it. * ignore news feed Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
18f1c60a16
commit
f25fb6ebfe
|
@ -1185,6 +1185,7 @@ os and os.path pathlib
|
|||
:func:`os.path.abspath` :meth:`Path.resolve`
|
||||
:func:`os.chmod` :meth:`Path.chmod`
|
||||
:func:`os.mkdir` :meth:`Path.mkdir`
|
||||
:func:`os.makedirs` :meth:`Path.mkdir`
|
||||
:func:`os.rename` :meth:`Path.rename`
|
||||
:func:`os.replace` :meth:`Path.replace`
|
||||
:func:`os.rmdir` :meth:`Path.rmdir`
|
||||
|
|
Loading…
Reference in New Issue