summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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