summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-11-27 05:35:27 +0000
committerhierro <hierro>2002-11-27 05:35:27 +0000
commite188d470383faab7e4683b31239169e8e43d5067 (patch)
tree21abe22f5d897d5b282d6607d9003a5e8fce771a /TODO
parent48941590aa628ad1885ae7b048aedb29ddfa28ad (diff)
downloadpython-cheetah-e188d470383faab7e4683b31239169e8e43d5067.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 3 insertions, 8 deletions
diff --git a/TODO b/TODO
index 7141661..6221cfe 100644
--- a/TODO
+++ b/TODO
@@ -10,20 +10,15 @@ Cheetah TODO list
Requirements for 1.0
=========================================================================
-- NameMapper attributes before keys, both Python and C versions. NM should
- look for a key first, then an attribute. But if (1) this is the first
- component after $, and (2) isinstance(OBJ, dictTypes), *ignore the
- attributes* to prevent matching methods like .update, .keys, etc.
- "dictTypes" is a new compiler setting with the default value
- (types.DictType, UserDict). (TR)
+- Modify _namemapper.c to reflect new changes in NameMapper.py: ignore
+ dictionary attributes/methods for the first chunk in a searchList
+ lookup. (TR)
- 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)
-- fix the --stdout option of CheetahWrapper so that it only prints
- the generated python code.(TR)
Other TODO Items