[issue19037] mailbox module modifies maildir file times after moving from tmp directory

R. David Murray report at bugs.python.org
Mon Sep 16 21:51:35 CEST 2013


R. David Murray added the comment:

Hopefully a 2.7 patch would also apply to 3.3, so yes, start there.

For the test, I was thinking that in 3.3+ we could use mock to introduce a delay.  But looking at the code again it isn't obvious that there is a meaningful way to do it that is worth the effort required.  So let's forget about the test for this one...a comment about why the time set is done before the move would be worthwhile, though.

----------

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


More information about the Python-bugs-list mailing list