comparison ChangeLog @ 590:36b5a03534a0 trunk

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 7fa2de21af4a
children 1da8de3e5e51
comparison
equal deleted inserted replaced
588:7fa2de21af4a 590:36b5a03534a0
24 (?, from branches/stable/0.4.x) 24 (?, from branches/stable/0.4.x)
25 25
26 * Fixed augmented assignment to local variables in Python code blocks. 26 * Fixed augmented assignment to local variables in Python code blocks.
27 * Fixed handling of nested function and class definitions in Python code 27 * Fixed handling of nested function and class definitions in Python code
28 blocks. 28 blocks.
29 * Includes were not raising `TemplateNotFound` exceptions even when no
30 fallback has been specified. That has been corrected.
31 * The template loader now raises a `TemplateNotFound` error when a previously
32 cached template is removed or renamed, where it previously was passing up
33 an `OSError`.
29 34
30 35
31 Version 0.4.3 36 Version 0.4.3
32 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 37 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
33 (Jul 17 2007, from branches/stable/0.4.x) 38 (Jul 17 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software