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.
Created on 2008年03月21日 18:54 by christian.heimes, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg64258 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2008年03月21日 18:54 | |
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 |
|||
| msg64456 - (view) | Author: Alexander Belopolsky (belopolsky) * (Python committer) | Date: 2008年03月25日 04:42 | |
This is a duplicate of issue2223. (See msg63244.) |
|||
| msg66446 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2008年05月08日 20:43 | |
The tests are passing again. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46700 |
| 2008年05月08日 20:43:27 | christian.heimes | set | status: open -> closed resolution: out of date messages: + msg66446 |
| 2008年03月25日 04:42:52 | belopolsky | set | nosy:
+ belopolsky messages: + msg64456 |
| 2008年03月21日 18:54:50 | christian.heimes | create | |