]> granicus.if.org Git - python/commitdiff
update version changed
authorBenjamin Peterson <benjamin@python.org>
Tue, 1 Apr 2014 23:22:06 +0000 (19:22 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 1 Apr 2014 23:22:06 +0000 (19:22 -0400)
Doc/library/os.rst

index 326114fa4f75dd420bba934daa037d440fb513fe..3d492ba1b0f1e5437f3a2e49b662cf8e7c8014aa 100644 (file)
@@ -1632,12 +1632,12 @@ features:
    .. versionadded:: 3.2
       The *exist_ok* parameter.
 
-   .. versionchanged:: 3.3.6
+   .. versionchanged:: 3.4.1
 
-      Before Python 3.3.6, if *exist_ok* was ``True`` and the directory existed,
+      Before Python 3.4.1, 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.3.6. See :issue:`21082`.
+      implement safely, it was removed in Python 3.4.1. See :issue:`21082`.
 
 
 .. function:: mkfifo(path, mode=0o666, *, dir_fd=None)