diff options
author | tavis_rudd <tavis_rudd> | 2003-03-02 21:14:32 +0000 |
---|---|---|
committer | tavis_rudd <tavis_rudd> | 2003-03-02 21:14:32 +0000 |
commit | 533055d734e34496315b3eed7ef5cda3e5c20532 (patch) | |
tree | 98c38e9d6187128dd16c337ac8bc8667e182a64c /TODO | |
parent | 013e4174d3ea902d13368de84d5bcbafe96aea47 (diff) | |
download | python-cheetah-533055d734e34496315b3eed7ef5cda3e5c20532.tar.gz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |