Skip to content

Commit f25fb6e

Browse files
nanjekyejoannahnanjekyejoannahblurb-it[bot]
authored
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>
1 parent 18f1c60 commit f25fb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ os and os.path pathlib
11851185
:func:`os.path.abspath` :meth:`Path.resolve`
11861186
:func:`os.chmod` :meth:`Path.chmod`
11871187
:func:`os.mkdir` :meth:`Path.mkdir`
1188+
:func:`os.makedirs` :meth:`Path.mkdir`
11881189
:func:`os.rename` :meth:`Path.rename`
11891190
:func:`os.replace` :meth:`Path.replace`
11901191
:func:`os.rmdir` :meth:`Path.rmdir`

0 commit comments

Comments
 (0)