[ZCM] [ZC] 203/ 1 Request "DTML method return value"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Fri, 08 Feb 2002 03:34:18 -0500
Issue #203 Update (Request) "DTML method return value"
Status Pending, Zope/bug critical
To followup, visit:
http://collector.zope.org/Zope/203
==============================================================
= 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.
==============================================================