Package: python2.5
Version: 2.5-3.1

Various functions in mailbox.Maildir call self._refresh, which always re-reads
the cur and new directories with os.listdir.  _refresh should stat each of the
two directories first to see if they changed.  This cuts processing time of a
series of lookups down by a factor of the number of messages in the folder,
a potentially large number.

- Josh Triplett

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to