- Timestamp:
- Apr 16, 2010, 10:37:13 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
genshi/template/astutil.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r1100 r1104 9 9 * Updated the Python AST processing for template code evaluation to use the 10 10 `_ast` module instead of the deprecated `compiler` package, including an 11 adapter layer for Python 2.4, and some workarounds to enable compatibility 12 with Google App Engine. This, too, is the result of integrating work done 13 by Marcin Kurczych during GSoC 2008. 11 adapter layer for Python 2.4. This, too, is the result of integrating work 12 done by Marcin Kurczych during GSoC 2008. 14 13 * Added caching in the serialization stage for improved performance. 15 14 * Various improvements to the HTML sanitization filter. -
trunk/genshi/template/astutil.py
r1102 r1104 743 743 visit_TryFinally = _clone 744 744 visit_Assert = _clone 745 visit_ExceptHandler = _clone 745 746 746 747 visit_Import = _clone
Note: See TracChangeset
for help on using the changeset viewer.
