diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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. |
