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?
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? Our intent is to provide backward compatability. Jim -- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
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!
participants (2)
-
Jim Fulton -
Piers Lauder