summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-10 14:43:20 -0400
committerChris McDonough <chrism@plope.com>2011-04-10 14:43:20 -0400
commit5732173d6e5ff305aed27a7712cc2dff1c8a03af (patch)
tree65461f233c8bc2a2d2db8a9ae92d89f3f3e541dd
parent844512c247bc09ffcba81cd9538d0be85f843496 (diff)
downloadpyramid-5732173d6e5ff305aed27a7712cc2dff1c8a03af.tar.gz
pyramid-5732173d6e5ff305aed27a7712cc2dff1c8a03af.tar.bz2
pyramid-5732173d6e5ff305aed27a7712cc2dff1c8a03af.zip
gardening
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index e1c07c0f5..4066b47e9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -43,12 +43,6 @@ Should-Have
``redirect`` and ``abort`` functions ala Pylons (promised Mike I'd enable
this in 1.1).
-- Add notes about renderer response attrs to request docs.
-
-- Add an example of using a cascade to serve static assets from the root.
-
-- Explore static file return from handler action using wsgiapp2 + fileapp.
-
- Static (URL-generation only) routes.
- Add narrative docs for wsgiapp and wsgiapp2.