summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-14 02:52:33 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-14 02:52:33 +0000
commit8c756533cb1531cfa2ed72baf101b16c4af07829 (patch)
treeb4ec2318d0b66d0b5447e300047a31f6b3b0f25b /TODO.txt
parentff1213e8f2aed987108ba57aed517c033491b1aa (diff)
downloadpyramid-8c756533cb1531cfa2ed72baf101b16c4af07829.tar.gz
pyramid-8c756533cb1531cfa2ed72baf101b16c4af07829.tar.bz2
pyramid-8c756533cb1531cfa2ed72baf101b16c4af07829.zip
Done.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index e46de2eea..22059667a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -23,15 +23,6 @@
with IRequest, but more special context interfaces (see integration tests
with hybridapp for route9).
-- Exception view backwards compat / features:
-
- - Add an "exception" attr to the request before calling an exception
- view.
-
- - Register wrapper views within set_notfound_view and
- set_forbidden_view (and ZCML if it doesn't call those) so that
- "context" is either the "real" context or None.
-
- Use Venusian for decorator scanning (fix Venusian to have scan
categories first).