summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-14 02:53:49 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-14 02:53:49 +0000
commit94fd69db351acfcc9a99a329f438bdfb3fe2823d (patch)
tree06b533e30d55452b9e729da207a5fa71a342139b /TODO.txt
parent8c756533cb1531cfa2ed72baf101b16c4af07829 (diff)
downloadpyramid-94fd69db351acfcc9a99a329f438bdfb3fe2823d.tar.gz
pyramid-94fd69db351acfcc9a99a329f438bdfb3fe2823d.tar.bz2
pyramid-94fd69db351acfcc9a99a329f438bdfb3fe2823d.zip
Remove INotFoundView and IForbiddenView interfaces.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 22059667a..e6bbca8df 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,8 +7,6 @@
- Basic WSGI documentation (pipeline / app / server).
-- Decide on INotFoundView and IForbidden interface, which are obsolete now.
-
- Document exception view lookup machinery:
- Lookup proceeds by request interface first and then by interface provided