diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-10 14:45:12 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-10 14:45:12 -0500 |
| commit | 26484029f9d4d591e9541547f6d5e381ce3a0be2 (patch) | |
| tree | aba3132e660b320a6734adb0d93a3b6bbdcf5877 /TODO.txt | |
| parent | a21278872884809cfec7d5de8c64518c404f2b02 (diff) | |
| parent | cf3a11e990adda800e284effb006f1c28335da4d (diff) | |
| download | pyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.tar.gz pyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.tar.bz2 pyramid-26484029f9d4d591e9541547f6d5e381ce3a0be2.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -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 |
