New submission from marco ghidinelli :
since python 2.7.2
maildir.items() doesn't return anything:
>>> from mailbox import Maildir
>>> x = Maildir('test')
>>> x.items()
[]
untils something was written on the maildir.
>>> x.add('b
marco ghidinelli added the comment:
i verified now, and the 2.7.1 version is ok, the bug is present since the 2.7.2
--
___
Python tracker
<http://bugs.python.org/issue13
marco ghidinelli added the comment:
3.1 is ok
3.2.2 is affected
--
___
Python tracker
<http://bugs.python.org/issue13254>
___
___
Python-bugs-list mailin