summaryrefslogtreecommitdiff
path: root/BUGS
blob: 709307cc89c216afa5f95cb9c55d6dfced368153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Known Bugs in Cheetah
--------------------------
 - See the file CHANGES for a list of bugs that have been resolved.  
 - Developers: if a bug was significant and affected a released version of
   Cheetah, be sure to note its fix in the CHANGES file!
--------------------------

Dict method bug
---------------
Do not use placeholder names identical to Python dict methods, or Cheetah will
return the wrong value.  The most notorious names are $update, $keys, $values,
$items.  A complete list is at http://docs.python.org/lib/typesmapping.html.
Note that future versions of Python may add dict methods.  This bug is
difficult to fix given Cheetah's NameMapper, so it will remain around for a
long time.  (MO 2006/02/11)