[issue7360] [mailbox] race: mbox may lose data with concurrent access

Antoine Pitrou report at bugs.python.org
Thu Nov 19 18:18:30 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Actually, the doc is quite clear about it:

« Be very cautious when modifying mailboxes that might be simultaneously
changed by some other process. The safest mailbox format to use for such
tasks is Maildir; try to avoid using single-file formats such as mbox
for concurrent writing. »

----------

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


More information about the Python-bugs-list mailing list