summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 18:34:29 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 18:34:29 -0400
commitc0235a45697e3498d952ea1f4ffd5a9b60f2a361 (patch)
tree6b3faf16480cf4550d9a5bcb2dc62f2782b96b50 /TODO.txt
parent0833f63e0b0ca54fd55685767e576e91fd5fb315 (diff)
downloadpyramid-c0235a45697e3498d952ea1f4ffd5a9b60f2a361.tar.gz
pyramid-c0235a45697e3498d952ea1f4ffd5a9b60f2a361.tar.bz2
pyramid-c0235a45697e3498d952ea1f4ffd5a9b60f2a361.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 47b6a41aa..ca67e4883 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -85,12 +85,11 @@ Future
``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement, possibly
using chrisrossi's happy stuff as a base). Still need:
- ``wsgi.file_wrapper`` support (FileApp.get)
-
handling file permission exceptions (FileApp.get).
- Features we won't support: ETAG and if-none-match
- support (DataApp.get); replace with if-modified-since handling.
+ Features we won't support: ETAG and if-none-match support (DataApp.get);
+ replace with if-modified-since handling, ``wsgi.file_wrapper`` support
+ (FileApp.get).
- 1.3: use zope.registry rather than zope.component.