summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 21:11:42 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 21:11:42 -0400
commit1455baef486d063432d326ff8fc0f37509813179 (patch)
tree3cf49cf99723d076af04ff00deb7db9d8e634150 /TODO.txt
parenta829814915b7bfa25e3a70c11ed6fd96da465b4e (diff)
downloadpyramid-1455baef486d063432d326ff8fc0f37509813179.tar.gz
pyramid-1455baef486d063432d326ff8fc0f37509813179.tar.bz2
pyramid-1455baef486d063432d326ff8fc0f37509813179.zip
introduce a _FileIter
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 5 insertions, 6 deletions
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.