summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-14 06:59:37 -0500
committerChris McDonough <chrism@plope.com>2012-02-14 06:59:37 -0500
commit37f3baaa637ee6184eac5eff31ca787072f0cc2c (patch)
tree75d0f469679f3d01d2d1a2c2e72f7a98609428fe /TODO.txt
parent9bdb099a5f5cb9f70c1bc60c2e2f58d6bc6f5c28 (diff)
downloadpyramid-37f3baaa637ee6184eac5eff31ca787072f0cc2c.tar.gz
pyramid-37f3baaa637ee6184eac5eff31ca787072f0cc2c.tar.bz2
pyramid-37f3baaa637ee6184eac5eff31ca787072f0cc2c.zip
garden
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.