summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 04c6e60d7..1a178a23d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,6 +7,11 @@ Must-Have
- Depend on only __call__ interface or only 3-attr interface in builtin code
that deals with response objects.
+- Figure out what to do with ``is_response``.
+
+- Docs mention ``exception.args[0]`` as a way to get messages; check that
+ this works.
+
Should-Have
-----------