]> granicus.if.org Git - python/commit
Merged revisions 72213 via svnmerge from
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 3 May 2009 02:52:20 +0000 (02:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 3 May 2009 02:52:20 +0000 (02:52 +0000)
commitfa8153401aad10baedc549a1f56a3c7c75e3cbc4
tree0bf479093318313315d45650fab15483487c607a
parenta9f48a0d4f0bad22275b5feb78f63a8a8f00a6f8
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.
........
Lib/mailbox.py
Lib/test/test_mailbox.py