summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-01-09 21:25:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-01-09 21:25:42 -0500
commit442a0ba30c5c803e649331d8c6e1e449fcc1a161 (patch)
tree3b16654a7aefe3b688164ba7da19cd9a81be8f14 /TODO.txt
parent521be8203abbcb8308311dd1584b311e5b476f1a (diff)
downloadpython-coveragepy-git-442a0ba30c5c803e649331d8c6e1e449fcc1a161.tar.gz
Peter Portante's coroutine support, but it doesn't work yet.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 4139d307..36b7c29a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,6 +22,7 @@ Key:
- .format() ?
+ try/except/finally
+ with assertRaises
+ - addCleaup instead of tearDown
+ exec statement can look like a function in py2 (since when?)
- runpy ?