From 7c2b7c4d6057d46bc172bdee83d3b5c470f1ae4f Mon Sep 17 00:00:00 2001 From: hierro Date: Sun, 10 Nov 2002 21:57:52 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index efcbf077..2f742c44 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,12 @@ 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) - 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)