diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-16 16:13:51 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-16 16:13:51 -0500 |
| commit | 9e134cb7767f54763431a59467bfb92d0ef8e0c9 (patch) | |
| tree | d5b77c7c49654161ffb4df2543f658eca8738d91 /CHANGES | |
| parent | aeb822d9b4ec8e5b88901d0ff4fef9a062f743f6 (diff) | |
| download | external_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.tar.gz external_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.tar.bz2 external_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.zip | |
- [feature] Added module_writer argument to Template,
TemplateLookup, allows a callable to be passed which
takes over the writing of the template's module source
file, so that special environment-specific steps
can be taken. [ticket:181]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,12 @@ script, allows passing of kw to the template from the command line. [ticket:178] +- [feature] Added module_writer argument to Template, + TemplateLookup, allows a callable to be passed which + takes over the writing of the template's module source + file, so that special environment-specific steps + can be taken. [ticket:181] + - [bug] The exception message in the html_error_template is now escaped with the HTML filter. [ticket:142] |
