summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-11-01 23:56:45 +0000
committerhierro <hierro>2002-11-01 23:56:45 +0000
commitde8d10463dc5c2a6b88a0e56ed9cf010e28d5d1a (patch)
tree2c94f6c62f87099921a618e5d8d50959ca4090ed /TODO
parent4718f70fb011e63c65506cedf834cb05b7ce7624 (diff)
downloadpython-cheetah-de8d10463dc5c2a6b88a0e56ed9cf010e28d5d1a.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 13b8af5..7a1bdbd 100644
--- a/TODO
+++ b/TODO
@@ -13,11 +13,16 @@ Requirements for 1.0
- Build test suite for "cheetah compile -R" and "cheetah fill -R", and
fix existing and anticipated bugs re paths and "/./" showing up where
they're not wanted. (MO)
- Also, CheetahWrapper.py line 293 uses the standard 'func_name'
+- CheetahWrapper.py line 293 uses the standard 'func_name'
attribute, which is incompatible with Python 2.0.
+ 2002-11-01: I'm not getting the exception any more, am about to close
+ this bug.
- update User's Guide about changes to SkeletonPage (no more #settings,
etc) (TR)
- Decide on Cheetah's 1.0 license and update the Users' Guide. (TR)
+- Add an example in the distribution of a simplified SkeletonPage
+ that used #block but does not have fancy esoteric methods like
+ style stuff. (MO)
Other TODO Items