summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-12-21 07:58:40 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-12-21 07:58:40 -0500
commit8ab5ac1c524ed0423bbfb655d2e3c7d4cc4902f3 (patch)
treea39ad38b5cd6be93c916de8c05f75bf40847b21e
parent6b93934fa276d6b278a38d267f2fc418e6e261cd (diff)
downloadpython-coveragepy-git-8ab5ac1c524ed0423bbfb655d2e3c7d4cc4902f3.tar.gz
runpy could be another good replacement for home-grown code.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 09f1621f..cd44a721 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -23,6 +23,7 @@ Key:
+ try/except/finally
- with assertRaises
+ exec statement can look like a function in py2 (since when?)
+ - runpy ?
+ Remove code only run on <2.6
- Change data file to json