Commit 7a26da58 authored by Zachary Ware's avatar Zachary Ware

Issue #27722: Fix default for touch method's 'mode' argument

parent 378a1d77
......@@ -989,7 +989,7 @@ call fails (for example because the path doesn't exist):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment