]> granicus.if.org Git - python/commitdiff
fix versionchanged version
authorBenjamin Peterson <benjamin@python.org>
Fri, 4 Apr 2014 13:50:35 +0000 (09:50 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 4 Apr 2014 13:50:35 +0000 (09:50 -0400)
Doc/library/os.rst

index d1689631aabdbc3eaefad5ee85b5b6f5c6390638..715f6543b745d06162f9db7fdc7ebd6efad434c7 100644 (file)
@@ -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`.