From 1455baef486d063432d326ff8fc0f37509813179 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Sep 2011 21:11:42 -0400 Subject: introduce a _FileIter --- TODO.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index ca67e4883..0a4da963d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -83,13 +83,12 @@ 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). Still need: + using chrisrossi's happy stuff as a base). - 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, ``wsgi.file_wrapper`` support - (FileApp.get). + Features we no longer support: ETAG and if-none-match support + (DataApp.get); replace with if-modified-since handling, + ``wsgi.file_wrapper`` support (FileApp.get), returning 403 when handling + file permission exceptions (FileApp.get). - 1.3: use zope.registry rather than zope.component. -- cgit v1.2.3