mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue