summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-09 04:04:39 -0500
committerChris McDonough <chrism@plope.com>2010-12-09 04:04:39 -0500
commite8edd5ff7157c9a11b6478702c1e45bb46f11344 (patch)
tree98ba7a2d4235fcbb86b67c187f84cc39fd6d0add /TODO.txt
parentf360d9e6d9689dfe92a950e97e7e19c414655997 (diff)
downloadpyramid-e8edd5ff7157c9a11b6478702c1e45bb46f11344.tar.gz
pyramid-e8edd5ff7157c9a11b6478702c1e45bb46f11344.tar.bz2
pyramid-e8edd5ff7157c9a11b6478702c1e45bb46f11344.zip
- Add a ``handler`` ZCML directive. This directive does the same thing as
``pyramid.configuration.add_handler``.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 0033eb3b3..194452f2c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,11 +4,6 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
-- Add a ``handler`` ZCML directive. This implies some slightly dicey
- refactoring of the configurator to allow it to generate ZCML
- "discriminators" for views and routes, that could be implemented in terms
- of "twophase configuration" in "should have" below.
-
- Provide a .flash API on session object.
- Use ``@register_view`` instead of ``@view_config`` and change view docs to