[Zope] dtml-in patch
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Wed, 28 Mar 2001 12:10:31 +0400 (MSD)
On Tue, 27 Mar 2001, Dieter Maurer wrote:
> Oleg Broytmann writes:
> > Can anyone (especially from DC) explain the lates patch to DT_In.py?
> >
> > < if index==first and index > 0:
> > ---
> > > if index==first or index==last:
> The original patch came from me.
> And indeed, it was supposed to provide uniform navigation
> both at the start and end of the sequence.
> It worked nice for us.
It doesn't work for me. I could send you small test...
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.