[Zope] version proof code
Piers Lauder
piers@cs.su.oz.au
Sat, 24 Apr 1999 05:07:22 +1000
On Fri, 23 Apr 1999 08:20:34 -0400, Jim Fulton wrote:
>
> Piers Lauder wrote:
> >
> > What's the approved way to write Products that will work with
> > incompatible versions of Zope?
> >
> > Eg: how can one write Python code that will call manage_addDocument for
> > version 1.9 or manage_addDTMLDocument for version 1.10?
>
> manage_addDocument should work with 1.10. Doesn't it?
Ah! - yes, it does - I must have been dreaming :-) Apologies.
> Our intent is to provide backward compatability.
Thanks!