[Zope] CoreSessionTracking and lists

Milos Prudek prudek@nembv.cz
Tue, 31 Jul 2001 09:09:52 +0200


I would like to assign a list to a variable in CoreSessionTracking.

This fails:
<dtml-call "data.set('varname',"["1"]")>

But in python, I can do an assignment a=["1"]

I tried to play around with single and double quotes, but to no avail.

What am I failing to understand?

-- 
Milos Prudek