[issue15122] Always rewrite single-file mailboxes in-place

2012-09-09 Thread Petri Lehtinen
Changes by Petri Lehtinen : Added file: http://bugs.python.org/file27150/issue15122.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue15122] Always rewrite single-file mailboxes in-place

2012-09-09 Thread Petri Lehtinen
Petri Lehtinen added the comment: Attaching a patch that changes all single-file mailboxes to be rewritten in-place instead of rewriting and renaming. The patch doesn't add an option, because IMO this should be the default behavior. In addition to solving the locking problems, this makes it si