summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2003-03-02 21:14:32 +0000
committertavis_rudd <tavis_rudd>2003-03-02 21:14:32 +0000
commit533055d734e34496315b3eed7ef5cda3e5c20532 (patch)
tree98c38e9d6187128dd16c337ac8bc8667e182a64c /TODO
parent013e4174d3ea902d13368de84d5bcbafe96aea47 (diff)
downloadpython-cheetah-533055d734e34496315b3eed7ef5cda3e5c20532.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 55dc241..91bba08 100644
--- a/TODO
+++ b/TODO
@@ -40,6 +40,9 @@ Other TODO Items
- Debugging tools. See section below.
+- Provide a utility to list the names of all placeholders in the template.
+ Requested by Tracy Ruggles on Feb 21, 2003.
+
- implement some better error handling for misformed #for, #if, #try directives,
etc. At the moment these errors are not caught until Python executes the
code.