From b01e971f204184e2ede685183d62d390a9081c74 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Sep 2011 03:09:49 -0400 Subject: garden --- CHANGES.txt | 2 +- TODO.txt | 6 ------ 2 files changed, 1 insertion(+), 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. diff --git a/TODO.txt b/TODO.txt index f93222909..f078d6dc3 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 ------------ -- cgit v1.2.3