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 christian.heimes, rhettinger
Date 2008-03-21.18:54:49
SpamBayes Score 0.12298659
Marked as misclassified No
Message-id <1206125690.78.0.550983870823.issue2448@psf.upfronthosting.co.za>
In-reply-to
Content
trunk$ ./python Lib/test/regrtest.py -ubsddb,network -R::    
test_collections
test_collections
beginning 9 repetitions
123456789
test test_collections failed -- Traceback (most recent call last):
  File "/home/heimes/dev/python/trunk/Lib/doctest.py", line 2131, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for collections.namedtuple
  File "/home/heimes/dev/python/trunk/Lib/collections.py", line 13, in
namedtuple

----------------------------------------------------------------------
File "/home/heimes/dev/python/trunk/Lib/collections.py", line 16, in
collections.namedtuple
Failed example:
    Point = namedtuple('Point', 'x y')
Exception raised:
    Traceback (most recent call last):
      File "/home/heimes/dev/python/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
History
Date User Action Args
2008-03-21 18:54:51christian.heimessetspambayes_score: 0.122987 -> 0.12298659
recipients: + christian.heimes, rhettinger
2008-03-21 18:54:50christian.heimessetspambayes_score: 0.122987 -> 0.122987
messageid: <1206125690.78.0.550983870823.issue2448@psf.upfronthosting.co.za>
2008-03-21 18:54:50christian.heimeslinkissue2448 messages
2008-03-21 18:54:49christian.heimescreate