diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-20 19:33:55 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-20 19:33:55 -0500 |
| commit | 6c06a3270b6fca6d959fff4c81cf932e17a475d2 (patch) | |
| tree | 8aa687367177c91438b31a51c3ca43528c5841ad /CHANGES | |
| parent | 4737c269f5658fdab4190504cd5744e95bae1688 (diff) | |
| download | external_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.tar.gz external_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.tar.bz2 external_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.zip | |
- the keys() in the Context, as well as
it's internal _data dictionary, now
include just what was specified to
render() as well as Mako builtins
'caller', 'capture'. The contents
of __builtin__ are no longer copied.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ if the 'template' and 'module' attributes are specified at the same time. +- the keys() in the Context, as well as + it's internal _data dictionary, now + include just what was specified to + render() as well as Mako builtins + 'caller', 'capture'. The contents + of __builtin__ are no longer copied. + 0.3.6 - Documentation is on Sphinx. [ticket:126] |
