diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-21 10:51:34 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-21 10:51:34 -0500 |
| commit | 1936fc61ef6d61b32324fbdc1e49b44241473b62 (patch) | |
| tree | 80169d80da55598dfc4ad33664edd82d51f1379d /mako/template.py | |
| parent | 0c75b45911baa52d6a496f689c401102cd6a0b4a (diff) | |
| download | external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.tar.gz external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.tar.bz2 external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.zip | |
- fix uncovered bug in FastEncodingBuffer
- misc cleanup
Diffstat (limited to 'mako/template.py')
| -rw-r--r-- | mako/template.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mako/template.py b/mako/template.py index f93be79..6166895 100644 --- a/mako/template.py +++ b/mako/template.py @@ -96,8 +96,8 @@ class Template(object): Python module file. For advanced usage only. :param output_encoding: The encoding to use when :meth:`.render` - is called. See :ref:`usage_unicode` as well as - :ref:`unicode_toplevel`. + is called. Defaults to ``ascii`` as of Mako 0.4.0. + See :ref:`usage_unicode` as well as :ref:`unicode_toplevel`. :param preprocessor: Python callable which will be passed the full template source before it is parsed. The return |
