summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-10-06 21:15:51 +0000
committerhierro <hierro>2002-10-06 21:15:51 +0000
commit99009bd1a9a37be7926aeefa8ede4658cfa5e1d9 (patch)
tree870db1b0c8ada743922eae4139e86ea2957f7e2a /TODO
parent6f60c5b003010eedaf6fbd5fd7506f1558d42b73 (diff)
downloadpython-cheetah-99009bd1a9a37be7926aeefa8ede4658cfa5e1d9.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2c6ce0a..b7f4f60 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,11 @@ Boolean argument 'all' adds local variables, builtins, etc. Boolean argument
'allExceptLarge' skips any element with >20 variables, printing a warning:
"skipping, ### variables".
+- Reimplement filters so that they know the placeholder name:
+ def filter(self, val, name=None, **kw)
+ This should be the entire placeholder name as it appears in the
+ template?
+
- revisit parsed #include directives. Are they necessary at all??
(This is a rhetorical question. They are necessary. However, the
Users' Guide needs better examples about when and when not to use