summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-18 22:14:11 -0500
committerChris McDonough <chrism@plope.com>2011-01-18 22:14:11 -0500
commit0712d99207d71c48df2b91052554d96ca686316c (patch)
tree4327385e11311671bd08e6682572cdae30fa38c3 /TODO.txt
parentd6a7d86796c63e951a9834a99f13f5383bc04c86 (diff)
downloadpyramid-0712d99207d71c48df2b91052554d96ca686316c.tar.gz
pyramid-0712d99207d71c48df2b91052554d96ca686316c.tar.bz2
pyramid-0712d99207d71c48df2b91052554d96ca686316c.zip
garden
Diffstat (limited to 'TODO.txt')
-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