Closes #27722: Merge with 3.5

This commit is contained in:
Zachary Ware 2016-08-09 17:10:53 -05:00
commit 8ec8749a38

View file

@ -998,7 +998,7 @@ call fails (for example because the path doesn't exist):
of :func:`os.symlink`'s. 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 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 with the process' ``umask`` value to determine the file mode and access