28 Dec
2009
28 Dec
'09
11:22 a.m.
Tres Seaver wrote:
But where would be a good place for TaintedString? It is too small to create a package just for that. In which existing package would it fit?
Or should we just add a copy of TaintedString to DocumentTemplate?
Put it in Shared.DC.Scripting? ZPT and DTML already depend on it, I think (oops, no, ZPT and PythonScript, but not DTML). Or just put it in a module / package in the Zope2 distribution's 'src' directory.
It is now in Shared.TaintedString. If someone knows a better place, feel free to move it there. ZPublisher.TaintedString was definitely the wrong place. Cheers, Yuppie