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 ee5f1c1 commit 80e6af1Copy full SHA for 80e6af1
Doc/library/os.rst
@@ -1201,9 +1201,9 @@ Files and Directories
1201
.. versionadded:: 3.2
1202
The *exist_ok* parameter.
1203
1204
- .. versionchanged:: 3.2.5
+ .. versionchanged:: 3.2.6
1205
1206
- Before Python 3.2.5, if *exist_ok* was ``True`` and the directory existed,
+ Before Python 3.2.6, if *exist_ok* was ``True`` and the directory existed,
1207
:func:`makedirs` would still raise an error if *mode* did not match the
1208
mode of the existing directory. Since this behavior was impossible to
1209
implement safely, it was removed in Python 3.2.6. See :issue:`21082`.
0 commit comments