summaryrefslogtreecommitdiff
path: root/coverage/backward.py
Commit message (Collapse)AuthorAgeFilesLines
...
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-38/+39
| | | | contortions.
* Remove stray commentNed Batchelder2009-08-091-1/+0
|
* Py3k: some output is bytes instead of string, so convert since it doesn't ↵Ned Batchelder2009-07-091-2/+9
| | | | matter.
* Have the tests use the script explicitly until I can figure out how to ↵Ned Batchelder2009-07-091-1/+7
| | | | install a usable script for Py3k
* Py3k: unify subprocess and popen4.Ned Batchelder2009-07-081-0/+27
|
* Move the backward-compatibility definitions to a common file. There seems to ↵Ned Batchelder2009-07-031-0/+24
be no pretty way to do this.