summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-11 05:42:43 -0400
committerChris McDonough <chrism@plope.com>2011-06-11 05:42:43 -0400
commitfc048afce7c58a1e794b495b438f4ee76f084b69 (patch)
treeaca4fa3507f43c4644706256c1926084f3574eee /TODO.txt
parent99edc51a3b05309c7f5d98ff96289ec51b1d7660 (diff)
downloadpyramid-fc048afce7c58a1e794b495b438f4ee76f084b69.tar.gz
pyramid-fc048afce7c58a1e794b495b438f4ee76f084b69.tar.bz2
pyramid-fc048afce7c58a1e794b495b438f4ee76f084b69.zip
todo
Diffstat (limited to 'TODO.txt')
-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
-----------