summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-01-09 06:30:23 +0000
committertavis_rudd <tavis_rudd>2006-01-09 06:30:23 +0000
commit110aeffe6112506bc0784525dcaba81a85f44cbf (patch)
treeb5beaeb77efb42b0902a9aecd034db590dfa6e23 /BUGS
parent1c6803b875133a7a3e9f17e2634044924fea6e1c (diff)
downloadpython-cheetah-110aeffe6112506bc0784525dcaba81a85f44cbf.tar.gz
*** empty log message ***
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS37
1 files changed, 5 insertions, 32 deletions
diff --git a/BUGS b/BUGS
index aa5c5b2..95aeb24 100644
--- a/BUGS
+++ b/BUGS
@@ -1,35 +1,8 @@
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!
-
-Compiler forgets commas
-=======================
-@@TR: This is not a bug. Python and Cheetah's syntax requires commas.
-
-# Affects Cheetah 0.9.14, CVS and possibly earlier.
-# - fix bug in Parser.getDefArgList() that is mucking up lists where the comma has
-# been forgotten:
-#
-# > #cache timer='.5m' id='cache1'
-# > This is a cached region. $voom
-# > #end cache
-# >
-# > the error is:
-# >
-# > "/local/opt/Python/lib/python2.2/site-packages/Webware/Cheetah/Compiler.py",
-# > line 102, in genCacheInfoFromArgList
-# > val = self.genTimeInterval(val)
-# > File
-# > "/local/opt/Python/lib/python2.2/site-packages/Webware/Cheetah/Compiler.py",
-# > line 75, in genTimeInterval
-# > interval = float(timeString)*60
-# > ValueError: invalid literal for float(): .5m' id'cache1
-# >
-# >
-# > Running under pdb shows that Parser.getDefArgList() returned:
-# > "30m' id'cache1" .
-#
+ - 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!
+--------------------------
+No known bugs at present.