From 495e8f6d6157f14cef0a6e2f84c3f2af9ac85a3b Mon Sep 17 00:00:00 2001 From: ianb Date: Wed, 17 Dec 2008 01:23:33 +0000 Subject: Fix for python 2.5 and SystemError with parent templates. Small doc updates --- docs/index.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/index.txt') diff --git a/docs/index.txt b/docs/index.txt index d47e8f0..a9b6814 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -473,6 +473,13 @@ Still To Do News ==== +svn trunk +--------- + +* Instead of defining ``__name__`` in template namespaces (which has special + rules, and must be a module name) the template name is put into + ``__template_name__``. This became important in Python 2.5. + 0.3 --- -- cgit v1.2.1