mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
parent
8003bafd7f
commit
5783ee12bd
1 changed files with 1 additions and 1 deletions
|
@ -1478,7 +1478,7 @@ either an another :class:`~pathlib.Path` object, or a string::
|
|||
(Contributed by Vajrasky Kok and Antoine Pitrou in :issue:`19775`.)
|
||||
|
||||
The :meth:`Path.mkdir() <pathlib.Path.mkdir>` method how accepts a new optional
|
||||
*exist_ok* argument to match ``mkdir -p`` and :func:`os.makrdirs`
|
||||
*exist_ok* argument to match ``mkdir -p`` and :func:`os.makedirs`
|
||||
functionality. (Contributed by Berker Peksag in :issue:`21539`.)
|
||||
|
||||
There is a new :meth:`Path.expanduser() <pathlib.Path.expanduser>` method to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue