summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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