mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix versionchanged version
This commit is contained in:
parent
ee5f1c13d1
commit
80e6af1f61
1 changed files with 2 additions and 2 deletions
|
@ -1201,9 +1201,9 @@ Files and Directories
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
The *exist_ok* parameter.
|
The *exist_ok* parameter.
|
||||||
|
|
||||||
.. versionchanged:: 3.2.5
|
.. versionchanged:: 3.2.6
|
||||||
|
|
||||||
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,
|
||||||
:func:`makedirs` would still raise an error if *mode* did not match the
|
:func:`makedirs` would still raise an error if *mode* did not match the
|
||||||
mode of the existing directory. Since this behavior was impossible to
|
mode of the existing directory. Since this behavior was impossible to
|
||||||
implement safely, it was removed in Python 3.2.6. See :issue:`21082`.
|
implement safely, it was removed in Python 3.2.6. See :issue:`21082`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue