Mercurial > genshi > genshi-test
diff ChangeLog @ 590:880b1a75d046
Fix includes so that they again raise an exception when the included template is not found and no fallback has been provided.
author | cmlenz |
---|---|
date | Fri, 10 Aug 2007 09:44:00 +0000 |
parents | c079c5c4f6f4 |
children | 7145e4eba2ec |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,11 @@ * Fixed augmented assignment to local variables in Python code blocks. * Fixed handling of nested function and class definitions in Python code blocks. + * Includes were not raising `TemplateNotFound` exceptions even when no + fallback has been specified. That has been corrected. + * The template loader now raises a `TemplateNotFound` error when a previously + cached template is removed or renamed, where it previously was passing up + an `OSError`. Version 0.4.3