commit | fa8153401aad10baedc549a1f56a3c7c75e3cbc4 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sun May 03 02:52:20 2009 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sun May 03 02:52:20 2009 +0000 |
tree | 0bf479093318313315d45650fab15483487c607a | |
parent | a9f48a0d4f0bad22275b5feb78f63a8a8f00a6f8 [diff] |
Merged revisions 72213 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72213 | andrew.kuchling | 2009-05-02 15:17:28 -0400 (Sat, 02 May 2009) | 3 lines #1607951: Make mailbox.Maildir re-read the directories less frequently. This is done by recording the current time -1sec, and not re-reading unless the directory mod. times are >= the recorded time. ........