summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index b57ad9c70..5305dcc57 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -80,7 +80,11 @@ Future
class which names defaults for method-based view_config decorator options.
- 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency:
- ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement).
+ ``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),
- 1.3: use zope.registry rather than zope.component.