Opened 18 years ago
Closed 18 years ago
#2771 closed defect (fixed)
[patch] doctests of trunk/test fail for Python 2.5
Description ¶
Some of doctests in trunk/test fails for Python 2.5 (FINAL), because of an API change in doctest.py,
which was introduced from 2.5a1.
The attached patch includes signature adaption to 2.5 and a bifurcated function call to
self.save_linecache_getlines().
Change History (2)
by , 18 years ago
Attachment: | patch_to_doctest.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to trunk/test/doctest.py