From 888236b7b50b2469e8ba8fb2de6e1d16007a6276 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 5 Sep 2011 17:03:23 -0400 Subject: garden --- TODO.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO.txt') 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. -- cgit v1.2.3