]> granicus.if.org Git - python/commit
#19037: adjust file times *before* moving maildir files into place.
authorR David Murray <rdmurray@bitdance.com>
Wed, 18 Sep 2013 12:35:45 +0000 (08:35 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 18 Sep 2013 12:35:45 +0000 (08:35 -0400)
commitc64566e30fd4051d62b124a13f65fdd1910a7481
tree627015113e616903bffd3c74ff8bd9bdef6ed878
parentba58e1d827445c3132a8b1a2d587c7e5eb9d5531
#19037: adjust file times *before* moving maildir files into place.

This avoids race conditions when other programs are monitoring
the maildir directory.  Patch by janzert.
Lib/mailbox.py
Misc/NEWS