[Python-Dev] RELEASED Python 2.4, alpha 1 (original) (raw)
tanzer at swing.co.at tanzer at swing.co.at
Thu Jul 15 13:08:14 CEST 2004
- Previous message: [Python-Dev] RELEASED Python 2.4, alpha 1
- Next message: [Python-Dev] RELEASED Python 2.4, alpha 1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In February, I reported a doctest bug against 2.3.3 (request id 902628) and attached a patch to fix the problem.
2.4 alpha 1 still shows this behavior:
Traceback (most recent call last): File "/tmp/confuse_doctest.py", line 14, in ? import doctest, confuse_doctest File "/tmp/confuse_doctest.py", line 15, in ? doctest.testmod(confuse_doctest) File "/usr/local/lib/python2.4/doctest.py", line 1155, in testmod f, t = tester.rundict(m.dict, name, m) File "/usr/local/lib/python2.4/doctest.py", line 915, in rundict f2, t2 = self.runone(value, name + "." + thisname) File "/usr/local/lib/python2.4/doctest.py", line 1076, in runone return self.rundoc(target, name) File "/usr/local/lib/python2.4/doctest.py", line 836, in rundoc f2, t2 = self.run__test(d, name) File "/usr/local/lib/python2.4/doctest.py", line 944, in run__test raise TypeError("Tester.run__test__: values in " TypeError: Tester.run__test__: values in dict must be strings, functions, methods, or classes; <super: <class 'A'>, NULL>
What can I do to help getting this fixed?
-- Christian Tanzer http://www.c-tanzer.at/
- Previous message: [Python-Dev] RELEASED Python 2.4, alpha 1
- Next message: [Python-Dev] RELEASED Python 2.4, alpha 1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]