diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-12 11:36:41 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-12 11:36:41 -0500 |
| commit | 650fbdcac19ea1654b7a3856836fbda4115b4ed1 (patch) | |
| tree | 3a00d4d27f6cfb87576eed57d36e0cf3aa197110 /CHANGES | |
| parent | 8c63e8ee047ee543d8a7268f3b42c0c951f48f5f (diff) | |
| download | external_python_mako-650fbdcac19ea1654b7a3856836fbda4115b4ed1.tar.gz external_python_mako-650fbdcac19ea1654b7a3856836fbda4115b4ed1.tar.bz2 external_python_mako-650fbdcac19ea1654b7a3856836fbda4115b4ed1.zip | |
- [feature] Added lexer_cls argument to Template,
TemplateLookup, allows alternate Lexer classes
to be used.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ - [feature] Code has been reworked to support Python 2.4-> Python 3.xx in place. 2to3 no longer needed. +- [feature] Added lexer_cls argument to Template, + TemplateLookup, allows alternate Lexer classes + to be used. + - [feature] Added future_imports parameter to Template and TemplateLookup, renders the __future__ header with desired capabilities at the top of the generated |
