]> 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:34:40 +0000 (08:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 18 Sep 2013 12:34:40 +0000 (08:34 -0400)
commit41a22f1a778b87dee7b848c110a82e0a5b85208f
tree533a43f1c3d15161ae1f9e6719c9216f91908424
parent825b50a40f394e7f2e33b1ceccc23e5877346172
#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