Skip to content

Commit 0a8c61e

Browse files
committed
merge the NEWS entries
1 parent 67ae3af commit 0a8c61e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Misc/NEWS.d/next/Library/2020-12-22-16-55-59.bpo-42367.IGICm2.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
The :meth:`pathlib.Path.mkdir` method now has a *parent_mode* parameter to
2-
specify the mode for intermediate directories when creating parent directories,
3-
providing consistency with the new :func:`os.makedirs` *parent_mode* parameter.
1+
The :func:`os.makedirs` function and :meth:`pathlib.Path.mkdir` method now have
2+
a *parent_mode* parameter to specify the mode for intermediate directories when
3+
creating parent directories. This allows one to match the behavior from Python
4+
3.6 and earlier for :func:`os.makedirs`.

0 commit comments

Comments
 (0)