[issue1607951] mailbox.Maildir re-reads directory too often

2009-05-02 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to trunk in rev. 72213. Committed to py3k in rev. 72228. -- resolution: -> fixed status: open -> closed versions: +Python 2.7 -Python 2.6 ___ Python tracker _

[issue1607951] mailbox.Maildir re-reads directory too often

2009-05-02 Thread A.M. Kuchling
A.M. Kuchling added the comment: Updated version of the patch that only stores the current time -1sec, adds a test case, and passes all tests. -- keywords: +patch Added file: http://bugs.python.org/file13839/mailbox-mtime.patch ___ Python tracker

[issue1607951] mailbox.Maildir re-reads directory too often

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> resource usage versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ __