summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/TODO.txt b/TODO.txt
index 3d11470dd..f1376622d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,8 +7,6 @@ Must-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
-- Use waitress instead of wsgiref.
-
- pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under
Py2, fix.
@@ -17,6 +15,8 @@ Must-Have
Nice-to-Have
------------
+- Modify view mapper narrative docs to not use pyramid_handlers.
+
- Modify the urldispatch chapter examples to assume a scan rather than
``add_view``.
@@ -38,18 +38,10 @@ Nice-to-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
-Nice-to-Have
-------------
-
-- CherryPy server testing / exploded from CherryPy itself.
-
- Try "with transaction.manager" in an exception view with SQLA (preempt
homina homina response about how to write "to the database" from within in
an exception view).
-- Add a default-view-config-params decorator that can be applied to a class
- which names defaults for method-based view_config decorator options.
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Flesh out "Paste" narrative docs chapter.