diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-06 21:11:42 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-06 21:11:42 -0400 |
| commit | 1455baef486d063432d326ff8fc0f37509813179 (patch) | |
| tree | 3cf49cf99723d076af04ff00deb7db9d8e634150 /TODO.txt | |
| parent | a829814915b7bfa25e3a70c11ed6fd96da465b4e (diff) | |
| download | pyramid-1455baef486d063432d326ff8fc0f37509813179.tar.gz pyramid-1455baef486d063432d326ff8fc0f37509813179.tar.bz2 pyramid-1455baef486d063432d326ff8fc0f37509813179.zip | |
introduce a _FileIter
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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. |
