summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-12-17 01:23:33 +0000
committerianb <devnull@localhost>2008-12-17 01:23:33 +0000
commit495e8f6d6157f14cef0a6e2f84c3f2af9ac85a3b (patch)
tree6cb4a84cbc9ba1e3e45779c9bff7b0290c6f1c6a /docs/index.txt
parent9813044a905e27fa12316090b88b6b8afe28c9b9 (diff)
downloadtempita-495e8f6d6157f14cef0a6e2f84c3f2af9ac85a3b.tar.gz
Fix for python 2.5 and SystemError with parent templates. Small doc updates
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt7
1 files changed, 7 insertions, 0 deletions
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
---