summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-12-21 07:59:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-12-21 07:59:14 -0500
commitc83032da703361e6235aa551eccaab40ad5f7c51 (patch)
tree67bc5105887a0592c53b6f5f5b8eaa635e6d007e /TODO.txt
parentea7b292810c5c6eda5df93a33e287e9a29da825c (diff)
downloadpython-coveragepy-c83032da703361e6235aa551eccaab40ad5f7c51.tar.gz
Use assertRaises as a context manager now that we can.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index cd44a72..4139d30 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -21,7 +21,7 @@ Key:
+ "with" statements
- .format() ?
+ try/except/finally
- - with assertRaises
+ + with assertRaises
+ exec statement can look like a function in py2 (since when?)
- runpy ?