This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lilydjwg
Recipients lilydjwg, petri.lehtinen
Date 2012-06-29.14:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340979684.58.0.40142206607.issue15222@psf.upfronthosting.co.za>
In-reply-to
Content
I think I got something wrong. It seems that it only happens when the last message is deleted.

I've also made up a sample mbox attached. The code to reproduce:

from mailbox import mbox
mb = mbox('mbox')
del mb[len(mb)-1]
mb.close()
History
Date User Action Args
2012-06-29 14:21:24lilydjwgsetrecipients: + lilydjwg, petri.lehtinen
2012-06-29 14:21:24lilydjwgsetmessageid: <1340979684.58.0.40142206607.issue15222@psf.upfronthosting.co.za>
2012-06-29 14:21:23lilydjwglinkissue15222 messages
2012-06-29 14:21:23lilydjwgcreate