[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights

2010-07-09 Thread Andrey Rahmatullin
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

2009-02-22 Thread Andrey Rahmatullin
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