diff options
author | tavis_rudd <tavis_rudd> | 2002-04-08 04:11:58 +0000 |
---|---|---|
committer | tavis_rudd <tavis_rudd> | 2002-04-08 04:11:58 +0000 |
commit | 47eece1f2a2396dc92986f130fb40476b17c77eb (patch) | |
tree | 29fc1c3fa5f4071dbf166e68481c5495669f8d2f /TODO | |
parent | 4ecd9e2c8347243cb2554412d71036f41ee076c7 (diff) | |
download | python-cheetah-47eece1f2a2396dc92986f130fb40476b17c77eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ Languague Specification Implementation ================================================================================ +- 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. + - implement the automatic importing behaviour for the #extends directive - redesign and implement the Servlet Factory for Webware so the #extend |