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 eric.araujo
Recipients Kotan, brunogola, eric.araujo, ezio.melotti, maker, r.david.murray
Date 2010-11-21.03:56:45
SpamBayes Score 1.2466268e-06
Marked as misclassified No
Message-id <1290311806.34.0.183178873901.issue10453@psf.upfronthosting.co.za>
In-reply-to
Content
One buildbot also shows a bug in quiet or test_quiet:

Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_compileall.py", line 227, in test_quiet
    self.assertTrue(len(noise) > len(quiet))
AssertionError: False is not True

I changed that to assertGreater to get more information in the next failure.
History
Date User Action Args
2010-11-21 03:56:46eric.araujosetrecipients: + eric.araujo, brunogola, ezio.melotti, r.david.murray, maker, Kotan
2010-11-21 03:56:46eric.araujosetmessageid: <1290311806.34.0.183178873901.issue10453@psf.upfronthosting.co.za>
2010-11-21 03:56:45eric.araujolinkissue10453 messages
2010-11-21 03:56:45eric.araujocreate