Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1acc69c

Browse files
committed
update version changed
1 parent 9dc203f commit 1acc69c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/os.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,12 +1632,12 @@ features:
16321632
.. versionadded:: 3.2
16331633
The *exist_ok* parameter.
16341634

1635-
.. versionchanged:: 3.3.6
1635+
.. versionchanged:: 3.4.1
16361636

1637-
Before Python 3.3.6, if *exist_ok* was ``True`` and the directory existed,
1637+
Before Python 3.4.1, if *exist_ok* was ``True`` and the directory existed,
16381638
:func:`makedirs` would still raise an error if *mode* did not match the
16391639
mode of the existing directory. Since this behavior was impossible to
1640-
implement safely, it was removed in Python 3.3.6. See :issue:`21082`.
1640+
implement safely, it was removed in Python 3.4.1. See :issue:`21082`.
16411641

16421642

16431643
.. function:: mkfifo(path, mode=0o666, *, dir_fd=None)

0 commit comments

Comments
 (0)