Message63244
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. |
|
| Date |
User |
Action |
Args |
| 2008-03-04 04:27:17 | ocean-city | set | spambayes_score: 0.00233173 -> 0.00233173 recipients:
+ ocean-city, belopolsky, christian.heimes |
| 2008-03-04 04:27:17 | ocean-city | set | spambayes_score: 0.00233173 -> 0.00233173 messageid: <1204604837.18.0.316976859447.issue2223@psf.upfronthosting.co.za> |
| 2008-03-04 04:27:16 | ocean-city | link | issue2223 messages |
| 2008-03-04 04:27:14 | ocean-city | create | |
|