summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-12-23 23:54:00 +0000
committerhierro <hierro>2002-12-23 23:54:00 +0000
commitadf2d0545b6108704643017b4f7533ef62cea039 (patch)
tree020c8d08b602a89676723a3de64ef036f3b6e641 /TODO
parent677034c2f488668e08fa4e0250859a199a2cc1b9 (diff)
downloadpython-cheetah-adf2d0545b6108704643017b4f7533ef62cea039.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 6d55d2b..44b3fc9 100644
--- a/TODO
+++ b/TODO
@@ -35,13 +35,6 @@ Other TODO Items
- Debugging tools. See section below.
-- 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
- #include. Also, consider making '#include' do a raw include, and
- something else do a parsed include ('#include parsed', '#include cheetah'?),
- so that users get parsing only if they explicitly request it.
-
- 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.