summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 21:38:29 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 21:38:29 -0500
commit4ceb43711fbd8d753a8dfb0254db7866e3603b64 (patch)
treefa7a476f579d8ce92a35f4cec2d375ae5cc10075 /TODO.txt
parentde82542c49788de070657a1cf96181e6071956da (diff)
downloadpyramid-4ceb43711fbd8d753a8dfb0254db7866e3603b64.tar.gz
pyramid-4ceb43711fbd8d753a8dfb0254db7866e3603b64.tar.bz2
pyramid-4ceb43711fbd8d753a8dfb0254db7866e3603b64.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 84c3aa4f7..09ca50585 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -44,9 +44,6 @@ Must-Have (before 1.0)
zope.configuration.config.ConfigurationExecutionError: <type 'exceptions.TypeError'>: object of type 'NoneType' has no len() in:
('reversed.py', 14, '<module>', "c.add_view(aview, renderer='__main__:foo.pt')")
-- Fix misleading conflict error reports for static views ala
- http://cluebin.appspot.com/pasted/7242843
-
- Document ``add_directive``.
- Add example for ``__action_decorator__`` to pyramid_handler docs.
@@ -56,6 +53,9 @@ Must-Have (before 1.0)
Should-Have
-----------
+- Fix misleading conflict error reports for static views ala
+ http://cluebin.appspot.com/pasted/7242843
+
- Nicer Mako exceptions in WebError.
- Consider adding a default exception view for HTTPException and attendant