This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients SavoVuksan, ronaldoussoren
Date 2022-01-25.16:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643129749.3.0.201742686681.issue46514@roundup.psfhosted.org>
In-reply-to
Content
The touch method combines the mode you specify with the active umask (set by os.umask()).  This is fairly standard behaviour for Unix APIs that accept a file mode.

This is documented at: https://docs.python.org/3/library/pathlib.html#pathlib.Path.touch
History
Date User Action Args
2022-01-25 16:55:49ronaldoussorensetrecipients: + ronaldoussoren, SavoVuksan
2022-01-25 16:55:49ronaldoussorensetmessageid: <1643129749.3.0.201742686681.issue46514@roundup.psfhosted.org>
2022-01-25 16:55:49ronaldoussorenlinkissue46514 messages
2022-01-25 16:55:49ronaldoussorencreate