cpython: 04ce28b11467 (original) (raw)
Mercurial > cpython
changeset 98784:04ce28b11467 3.5
Issue #25434: Fix typo in whatsnew/3.5rst Patch by Louis Sautier. [#25434]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Sun, 18 Oct 2015 20:22:15 +0300 |
parents | b6e33798f82a |
children | 93a1b79d0b19 530846c3ebb4 |
files | Doc/whatsnew/3.5.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/whatsnew/3.5.rst 2 |
line wrap: on
line diff
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1478,7 +1478,7 @@ either an another :class:~pathlib.Path
(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