summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index bdb258f04..3d11470dd 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,9 +4,25 @@ Pyramid TODOs
Must-Have
---------
-- Introspection:
+- Fix deployment recipes in cookbook (discourage proxying without changing
+ server).
+
+- Use waitress instead of wsgiref.
- * Review narrative docs.
+- pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under
+ Py2, fix.
+
+- Tests for view names/route patterns that contain Unicode.
+
+Nice-to-Have
+------------
+
+- Modify the urldispatch chapter examples to assume a scan rather than
+ ``add_view``.
+
+- Decorator for append_slash_notfound_view_factory?
+
+- Introspection:
* ``default root factory`` category?
@@ -25,8 +41,6 @@ Must-Have
Nice-to-Have
------------
-- Implement analogue of "paster request"?
-
- CherryPy server testing / exploded from CherryPy itself.
- Try "with transaction.manager" in an exception view with SQLA (preempt