mailbox module difficulties

Peter Otten __peter__ at web.de
Mon Nov 28 12:50:17 EST 2011


Eduardo Alvarez wrote:

> however, if I do the following:
> 
> b = mailbox.Maildir("~/Maildir")
> b.items()
> 
> I get an empty list.
> 
> I don't understand why this is so, specially since the last example in
> the documentation shows a reference to a Maildir object being created.
> Why does this happen?

Could this be

http://bugs.python.org/issue13254

?




More information about the Python-list mailing list