[Python-checkins] cpython (merge 3.5 -> default): Closes #27722: Merge with 3.5

zach.ware python-checkins at python.org
Tue Aug 9 18:11:09 EDT 2016


https://hg.python.org/cpython/rev/763d98f0a105
changeset:   102587:763d98f0a105
parent:      102585:e31597cbf52c
parent:      102586:773bc9a3172d
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Aug 09 17:10:53 2016 -0500
summary:
  Closes #27722: Merge with 3.5

files:
  Doc/library/pathlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -998,7 +998,7 @@
       of :func:`os.symlink`'s.
 
 
-.. method:: Path.touch(mode=0o777, exist_ok=True)
+.. method:: Path.touch(mode=0o666, exist_ok=True)
 
    Create a file at this given path.  If *mode* is given, it is combined
    with the process' ``umask`` value to determine the file mode and access

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


More information about the Python-checkins mailing list