11 Sep
1999
11 Sep
'99
5:28 p.m.
Martijn Pieters <mj@antraciet.nl> writes:
works as expected. Is sequence-item not a string in the above example?
sequence-item is two variables in Python: sequence minus item. Use _['sequence-item'] instead.
So I was explaining this to someone here the other day(after I had told them what legal ZOPE variables were) and an obvious question is "well since these are so common why do they have illegal zope variable names?" Is it historical? Also would it be possible to have copies of the varaibles availiable with names such as sequence_item in future releases? -Chris walter@budoe.bu.edu