summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.