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 ocean-city
Recipients belopolsky, christian.heimes, ocean-city
Date 2008-03-04.04:27:14
SpamBayes Score 0.0023317318
Marked as misclassified No
Message-id <1204604837.18.0.316976859447.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
I can see test_collections.py failure even on r61203
(just before Christian's commit) - r61098 (removed abc._Abstract)

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

----------------------------------------------------------------------
File "e:\python-dev\trunk\lib\collections.py", line 16, in
collections.namedtupl
e
Failed example:
    Point = namedtuple('Point', 'x y')
Exception raised:
    Traceback (most recent call last):
      File "e:\python-dev\trunk\lib\doctest.py", line 1231, in __run
        compileflags, 1) in test.globs
      File "<doctest collections.namedtuple[0]>", line 1, in <module>
        Point = namedtuple('Point', 'x y')
    NameError: name 'namedtuple' is not defined
(snip)

I'll run py regrtest.py -R :: on r61203 - r61098 and compare its
result to Alexander's result, but my machine is damn slow, probably
it'll take long time.
History
Date User Action Args
2008-03-04 04:27:17ocean-citysetspambayes_score: 0.00233173 -> 0.0023317318
recipients: + ocean-city, belopolsky, christian.heimes
2008-03-04 04:27:17ocean-citysetspambayes_score: 0.00233173 -> 0.00233173
messageid: <1204604837.18.0.316976859447.issue2223@psf.upfronthosting.co.za>
2008-03-04 04:27:16ocean-citylinkissue2223 messages
2008-03-04 04:27:14ocean-citycreate