summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-05 17:03:23 -0400
committerChris McDonough <chrism@plope.com>2011-09-05 17:03:23 -0400
commit888236b7b50b2469e8ba8fb2de6e1d16007a6276 (patch)
tree693fe04812863734b318af126a351540026a9162 /TODO.txt
parent2b65bbb451d5b7cd87ff198cf88374dab28fd17b (diff)
downloadpyramid-888236b7b50b2469e8ba8fb2de6e1d16007a6276.tar.gz
pyramid-888236b7b50b2469e8ba8fb2de6e1d16007a6276.tar.bz2
pyramid-888236b7b50b2469e8ba8fb2de6e1d16007a6276.zip
garden
Diffstat (limited to 'TODO.txt')
-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.