[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights
Andrey Rahmatullin added the comment: Linux -- ___ Python tracker <http://bugs.python.org/issue5346> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights
New submission from Andrey Rahmatullin : Mbox file is recreated during flush(), so the new file has access rights according to umask, which is not necessarily the same as of the old file. -- components: Library (Lib) messages: 82604 nosy: wRAR severity: normal status: open title