22 Mar
2008
22 Mar
'08
7:11 a.m.
--On 21. März 2008 23:17:51 +0100 Felix Schwarz <felix.schwarz@web.de> wrote:
I hope this is the right list for my question related to zope.interface: I use some (non-zope) software which uses zope.interface (currently 3.0.1). Now there is another software which needs a newer version of zope.interface.
Is the zope.interface library (3.4) backwards compatible with 3.0.1? Can I expect that the old software will still work if I install the new library?
The best thing is: try it out! Since your application has unittests, it should be easy to verify the functionality against a new version :-) -aj