summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2003-06-02 15:14:20 +0000
committerhierro <hierro>2003-06-02 15:14:20 +0000
commit814c013aae969dc66c0bc63bf9bcfc6287004ad3 (patch)
tree54a028678c4775e52515d4f7a6c5322a3cbf19a6 /TODO
parent7822fa3b4277601d003765719290f457da89ad04 (diff)
downloadpython-cheetah-814c013aae969dc66c0bc63bf9bcfc6287004ad3.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8cf15f3..273a208 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,11 @@ Cheetah TODO list
Requirements for 1.0
=========================================================================
+- Python 2.3(b1) causes 16 failures in SyntaxAndOutput.py because the result
+ of boolean expressions is now True and False instead of 1 and 0 (or 'True'
+ and 'False' instead of '1' and '0' when used as placeholders). The same
+ thing happens with $True and $False. Do we need a set of parallel tests
+ for Python >= 2.3?
- Simplify NameMapper.py while maintaining new behavior (ignore dictionary
attributes/methods when searching for match of first chunk in searchList
lookup). Modify _namemapper.c to conform. Make valueForKey error