cpython: 93a1b79d0b19 (original) (raw)

Mercurial > cpython

changeset 98785:93a1b79d0b19

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:38 +0300
parents 741ef17e9b86(current diff)04ce28b11467(diff)
children f020a27b5391
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