Skip to content

Commit 80e6af1

Browse files
committed
fix versionchanged version
1 parent ee5f1c1 commit 80e6af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,9 @@ Files and Directories
12011201
.. versionadded:: 3.2
12021202
The *exist_ok* parameter.
12031203

1204-
.. versionchanged:: 3.2.5
1204+
.. versionchanged:: 3.2.6
12051205

1206-
Before Python 3.2.5, if *exist_ok* was ``True`` and the directory existed,
1206+
Before Python 3.2.6, if *exist_ok* was ``True`` and the directory existed,
12071207
:func:`makedirs` would still raise an error if *mode* did not match the
12081208
mode of the existing directory. Since this behavior was impossible to
12091209
implement safely, it was removed in Python 3.2.6. See :issue:`21082`.

0 commit comments

Comments
 (0)