[Zope] dtml-in patch
Dieter Maurer
dieter@handshake.de
Tue, 27 Mar 2001 23:57:18 +0200 (CEST)
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.
I posted the original patch to the Collector (ages ago).
You may find it also under:
URL:http://www.dieter.handshake.de/pyprojects/zope/dt_in.pat
I did not yet check the changes as applied in Zope 2.3.1.
This will happen mid April.
Dieter