diff options
| -rw-r--r-- | TODO.txt | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -85,12 +85,11 @@ Future ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement, possibly using chrisrossi's happy stuff as a base). Still need: - ``wsgi.file_wrapper`` support (FileApp.get) - handling file permission exceptions (FileApp.get). - Features we won't support: ETAG and if-none-match - support (DataApp.get); replace with if-modified-since handling. + Features we won't support: ETAG and if-none-match support (DataApp.get); + replace with if-modified-since handling, ``wsgi.file_wrapper`` support + (FileApp.get). - 1.3: use zope.registry rather than zope.component. |
