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 christian.heimes
Recipients akuchling, christian.heimes, gvanrossum, twouters
Date 2007-11-06.18:47:09
SpamBayes Score 0.32287994
Marked as misclassified No
Message-id <1194374830.75.0.973250587353.issue1396@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your insight, Andrew! Applied in r58881. 

I agree with you but I'm not able to test it with real data. I've no
longer access to our old server at my old dormitory. I had a Qmail
system with maildir there. 

Two tests are still failing with the same error:
======================================================================
FAIL: test_get (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/heimes/dev/python/py3k-pep3137/Lib/test/test_mailbox.py",
line 138, in test_get
    self.assertEqual(msg.fp.read(), '1')
AssertionError: '\n\n1' != '1'
History
Date User Action Args
2007-11-06 18:47:11christian.heimessetspambayes_score: 0.32288 -> 0.32287994
recipients: + christian.heimes, gvanrossum, twouters, akuchling
2007-11-06 18:47:10christian.heimessetspambayes_score: 0.32288 -> 0.32288
messageid: <1194374830.75.0.973250587353.issue1396@psf.upfronthosting.co.za>
2007-11-06 18:47:10christian.heimeslinkissue1396 messages
2007-11-06 18:47:10christian.heimescreate