Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc203f commit 1acc69cCopy full SHA for 1acc69c
1 file changed
Doc/library/os.rst
@@ -1632,12 +1632,12 @@ features:
1632
.. versionadded:: 3.2
1633
The *exist_ok* parameter.
1634
1635
- .. versionchanged:: 3.3.6
+ .. versionchanged:: 3.4.1
1636
1637
- Before Python 3.3.6, if *exist_ok* was ``True`` and the directory existed,
+ Before Python 3.4.1, if *exist_ok* was ``True`` and the directory existed,
1638
:func:`makedirs` would still raise an error if *mode* did not match the
1639
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`.
+ implement safely, it was removed in Python 3.4.1. See :issue:`21082`.
1641
1642
1643
.. function:: mkfifo(path, mode=0o666, *, dir_fd=None)
0 commit comments