23 Apr
1999
23 Apr
'99
7:07 p.m.
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!