[ZCM] [ZC] 203/ 2 Comment "DTML method return value"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Fri, 08 Feb 2002 03:51:04 -0500
Issue #203 Update (Comment) "DTML method return value"
Status Pending, Zope/bug critical
To followup, visit:
http://collector.zope.org/Zope/203
==============================================================
= Comment - Entry #2 by J.A.R.Williams on Feb 8, 2002 3:51 am
This appears to be fixed in Zope 2.5.0
________________________________________
= Request - Entry #1 by J.A.R.Williams on Feb 8, 2002 3:34 am
When a DTML method attempts to create or return a hash, zope crashes and restarts. For example the following code in a DTML method causes the problem
<dtml-return "{
'accuracy': 0.95,
}">
This worked in previous versions of Zope.
==============================================================