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:51 | christian.heimes | set | spambayes_score: 0.122987 -> 0.12298659 recipients: + christian.heimes, rhettinger |
| 2008年03月21日 18:54:50 | christian.heimes | set | spambayes_score: 0.122987 -> 0.122987 messageid: <1206125690.78.0.550983870823.issue2448@psf.upfronthosting.co.za> |
| 2008年03月21日 18:54:50 | christian.heimes | link | issue2448 messages |
| 2008年03月21日 18:54:49 | christian.heimes | create | |