diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-02 23:05:41 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-02 23:05:41 +0000 |
commit | 004aca569a2eebc903044f95e93f36516a44a658 (patch) | |
tree | 5f7a719c84ac009684d5108d45d20dc057c360b4 /setup.py | |
parent | 16326e69035fd606dd563eaf322033304da8c20c (diff) | |
download | mako-004aca569a2eebc903044f95e93f36516a44a658.tar.gz |
- ensure lru threading test doesn't run
- Source code escaping has been simplified.
In particular, module source files are now
generated with the Python "magic encoding
comment", and source code is passed through
mostly unescaped, except for that code which
is regenerated from parsed Python source.
This fixes usage of unicode in
<%namespace:defname> tags. [ticket:99]
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ SVN version: """, classifiers=[ - 'Development Status :: 4 - Beta', + "Development Status :: 5 - Production/Stable", 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Programming Language :: Python', |