summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-10 14:45:12 -0500
committerChris McDonough <chrism@plope.com>2012-01-10 14:45:12 -0500
commit26484029f9d4d591e9541547f6d5e381ce3a0be2 (patch)
treeaba3132e660b320a6734adb0d93a3b6bbdcf5877 /TODO.txt
parenta21278872884809cfec7d5de8c64518c404f2b02 (diff)
parentcf3a11e990adda800e284effb006f1c28335da4d (diff)
downloadpyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.tar.gz
pyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.tar.bz2
pyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.zip
Merge branch '1.3-branch'
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