[Python-checkins] cpython (3.4): update version changed

benjamin.peterson python-checkins at python.org
Wed Apr 2 01:22:33 CEST 2014


http://hg.python.org/cpython/rev/2099da2fd317
changeset:   90098:2099da2fd317
branch:      3.4
parent:      90096:c24dd53ab4b9
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Apr 01 19:22:06 2014 -0400
summary:
  update version changed

files:
  Doc/library/os.rst |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1632,12 +1632,12 @@
    .. versionadded:: 3.2
       The *exist_ok* parameter.
 
-   .. versionchanged:: 3.3.6
-
-      Before Python 3.3.6, if *exist_ok* was ``True`` and the directory existed,
+   .. versionchanged:: 3.4.1
+
+      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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list