summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index f0bd20631..e58812c8b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -52,9 +52,6 @@
- Raise an exception when a value in response_headerlist is not a
string or decide to encode.
-- Change docs so that we dont use INewReponse, but instead just
- NewResponse (likewise for INewRequest, etc).
-
- Change "Cleaning up After a Request" in the urldispatch chapter to
use ``request.add_response_callback``.
@@ -76,7 +73,7 @@
- "BFG" in environ variables.
-- request.link (route_url)
+- request.link (route_url)?
- Test on GAE, Jython, PyPy, IronPython.