Opened 19 years ago
Closed 19 years ago
#2771 closed defect (fixed)
[patch] doctests of trunk/test fail for Python 2.5
| Reported by: | ymasuda[at]ethercube.com | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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().
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | patch_to_doctest.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to trunk/test/doctest.py