[issue41461] test_pathlib assumes underlying filesystem permits creation with world-write permissions

Serhiy Storchaka report at bugs.python.org
Tue Mar 30 17:42:43 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

umask(0o002) looks good idea (and perhaps umask(0o026) instead of umask(0o022)). Please add also a short explanation comment.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41461>
_______________________________________


More information about the Python-bugs-list mailing list