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 belopolsky
Recipients belopolsky, christian.heimes, ocean-city
Date 2008-03-03.20:02:10
SpamBayes Score 0.0028847014
Marked as misclassified No
Message-id <1204574531.36.0.237609841827.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
test_collections fails (with -R :: only).  Does not look like something
related to the recent changes, rather test is not happy about being
repeated.

$ ./python Lib/test/regrtest.py -R ::  test_collections 
test_collections
beginning 9 repetitions
123456789
test test_collections failed -- Traceback (most recent call last):
  File "Lib/doctest.py", line 2131, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for collections.namedtuple
  File "Lib/collections.py", line 13, in namedtuple

..
History
Date User Action Args
2008-03-03 20:02:11belopolskysetspambayes_score: 0.0028847 -> 0.0028847014
recipients: + belopolsky, ocean-city, christian.heimes
2008-03-03 20:02:11belopolskysetspambayes_score: 0.0028847 -> 0.0028847
messageid: <1204574531.36.0.237609841827.issue2223@psf.upfronthosting.co.za>
2008-03-03 20:02:10belopolskylinkissue2223 messages
2008-03-03 20:02:10belopolskycreate