[Zope] Converting List properties in DTML Documents to python lists

marc lindahl marc@bowery.com
Mon, 17 Sep 2001 23:00:42 -0400


> From: Jim Washington <jwashin@vt.edu>
> 
> I think a lines property *is* a  python list of strings.

Yes, lines and tokens are both.  Lines split on newline, tokens split on
space, to make python lists.  Actually, they might be tuples, I'm not sure.