diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-24 18:41:12 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-24 18:41:12 -0400 |
| commit | 4acc7ecaafdc1c36602d3ed7c02892c04210de13 (patch) | |
| tree | 2848c527b0274d999dcb8a6408fea8c5f80fb6bb /CHANGES | |
| parent | 70526053bdeaf3ba71f55b7a56bce7c882062966 (diff) | |
| download | external_python_mako-4acc7ecaafdc1c36602d3ed7c02892c04210de13.tar.gz external_python_mako-4acc7ecaafdc1c36602d3ed7c02892c04210de13.tar.bz2 external_python_mako-4acc7ecaafdc1c36602d3ed7c02892c04210de13.zip | |
- [bug] Changed setup.py to skip installing markupsaferel_0_8_1
if Python version is < 2.6 or is between 3.0 and
less than 3.3, as Markupsafe now only supports 2.6->2.X,
3.3->3.X. [ticket:216]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ 0.8.1 +- [bug] Changed setup.py to skip installing markupsafe + if Python version is < 2.6 or is between 3.0 and + less than 3.3, as Markupsafe now only supports 2.6->2.X, + 3.3->3.X. [ticket:216] + - [bug] Fixed regression where "entity" filter wasn't converted for py3k properly (added tests.) [ticket:214] |
