summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 5305dcc57..bdc3e036a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -81,10 +81,16 @@ Future
- 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency:
``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement, possibly
- using chrisrossi's happy stuff as a base). paste.urlparser/paste.fileapp
- features missing from happy.static: ``wsgi.file_wrapper`` support
- (FileApp.get), 'HEAD' method support (FileApp.get), ETAG and if-none-match
- support (DataApp.get), handling file permission exceptions (FileApp.get),
+ using chrisrossi's happy stuff as a base). Still need:
+
+ ``wsgi.file_wrapper`` support (FileApp.get)
+
+ 'HEAD' method support (FileApp.get)
+
+ handling file permission exceptions (FileApp.get).
+
+ Features we won't supportL ETAG and if-none-match
+ support (DataApp.get); replace with if-modified-since handling.
- 1.3: use zope.registry rather than zope.component.