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 vstinner
Recipients python-dev, r.david.murray, sdaoden, vstinner
Date 2011-06-30.21:28:11
SpamBayes Score 0.00024371769
Marked as misclassified No
Message-id <1309469292.19.0.795001122875.issue11999@psf.upfronthosting.co.za>
In-reply-to
Content
> Now we see if the buildbots agree with me that this is fixed.

There is a new failure today on a Windows Seven buildbot:

======================================================================
FAIL: test_reread (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_mailbox.py", line 900, in test_reread
    self.assertFalse(refreshed())
AssertionError: True is not false

http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/3353/steps/test/logs/stdio
History
Date User Action Args
2011-06-30 21:28:12vstinnersetrecipients: + vstinner, r.david.murray, sdaoden, python-dev
2011-06-30 21:28:12vstinnersetmessageid: <1309469292.19.0.795001122875.issue11999@psf.upfronthosting.co.za>
2011-06-30 21:28:11vstinnerlinkissue11999 messages
2011-06-30 21:28:11vstinnercreate