From 80e6af1f61f2d63ff45ada00be841db9ad5e6c9f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 4 Apr 2014 09:50:35 -0400 Subject: [PATCH] fix versionchanged version --- Doc/library/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d1689631aa..715f6543b7 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1201,9 +1201,9 @@ Files and Directories .. versionadded:: 3.2 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 mode of the existing directory. Since this behavior was impossible to implement safely, it was removed in Python 3.2.6. See :issue:`21082`. -- 2.40.0