summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index 7a2c1d365..9d6f71499 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,12 +6,6 @@ Must-Have (before 1.0)
- Write a "Whats New" (delta from BFG 1.3)
-- API docs for ``pyramid.views.action``. (also, @action decorator uses
- ``name`` for the method name; consider whether this will be confused with
- ``name`` of ``view_config`` which means something else)
-
-- Add docs for ``__action_decorator__`` attr of handler.
-
- Use a commit veto when configuring repoze.tm2 in paster templates for
non-1X, 2X, or 3X responses.
@@ -29,9 +23,6 @@ Must-Have (before 1.0)
- Fix too-long template lines in tutorials for PDF renderings.
-- Bug in URL dispatch pattern matching:
- https://github.com/Pylons/pyramid/issues#issue/90
-
- Allow ``pyramid.security.remember`` to accept a list of tokens for use when
there's an ``auth_tkt`` authentication policy:
https://github.com/Pylons/pyramid/issues#issue/81 and