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

Andrey Rahmatullin report at bugs.python.org
Sun Feb 22 16:48:41 CET 2009


New submission from Andrey Rahmatullin <wrar at altlinux.org>:

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: mailbox._singlefileMailbox.flush doesn't preserve file rights
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5346>
_______________________________________


More information about the Python-bugs-list mailing list