summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-15 03:12:05 -0400
committerChris McDonough <chrism@plope.com>2011-08-15 03:12:05 -0400
commit9b8d893b7ed7ec61c5e7d17117d852bf0ebfbd43 (patch)
treec6bd2baebf2bde35494c764c0c25c690547188c0 /TODO.txt
parent1a42bd45ad6dd066078d6d4997d33208b1bd0c63 (diff)
downloadpyramid-9b8d893b7ed7ec61c5e7d17117d852bf0ebfbd43.tar.gz
pyramid-9b8d893b7ed7ec61c5e7d17117d852bf0ebfbd43.tar.bz2
pyramid-9b8d893b7ed7ec61c5e7d17117d852bf0ebfbd43.zip
remove temp debugging code
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 76e0784f2..43734af67 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,8 +19,6 @@ Should-Have
- Deprecate pyramid.security.view_execution_permitted (it only works for
traversal).
-- Kill off ``bfg.routes`` envvars in router.
-
- Debugging setting for detecting why authenticated_userid(request) might
return None.
@@ -34,6 +32,8 @@ Should-Have
Nice-to-Have
------------
+- Kill off ``bfg.routes`` envvars in router.
+
- Some sort of API for rendering a view callable object to a response from
within another view callable.