diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-08 03:09:49 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-08 03:09:49 -0400 |
| commit | b01e971f204184e2ede685183d62d390a9081c74 (patch) | |
| tree | 1009afe9b2b4957d76de81b4b4e1c5ea89685f34 | |
| parent | 3bbe82491853f5eb8f94858d73d8e0cb2a0603c4 (diff) | |
| download | pyramid-b01e971f204184e2ede685183d62d390a9081c74.tar.gz pyramid-b01e971f204184e2ede685183d62d390a9081c74.tar.bz2 pyramid-b01e971f204184e2ede685183d62d390a9081c74.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | TODO.txt | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4b4f36dc4..a946805bc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,7 @@ Bug Fixes - The static file serving machinery could not serve files that started with a ``.`` (dot) character. -- Static files with high-order (extra-ASCII) characters in their names could +- Static files with high-order (super-ASCII) characters in their names could not be served by a static view. The static file serving machinery inappropriately URL-quoted path segments in filenames when asking for files from the filesystem. @@ -1,12 +1,6 @@ Pyramid TODOs ============= -Should-Have ------------ - -- Consider adding exclog to all scaffolds to print tracebacks to the console - while the debug toolbar is enabled. - Nice-to-Have ------------ |
