You'd be surprised how long it took for Plone to get rid of all the deprecation warnings it was emitting about itself (well, not entirely fair — the entire stack, including Zope and Archetypes).
But we did it for Plone 3.0, it raises no deprecation warnings about itself. :)
There are cases where it's hard to avoid, though — like when you are supporting two versions of Zope at once, like Plone 2.5 did (it ran on both Zope 2.8 and 2.9). There's bound to be something that is deprecated in Zope 2.9 that we have to use to still support Zope 2.8.
Good list, thanks!
All hail Hanno
Posted bylimiat
2007-09-11 01:27 PM
Oh, and I forgot to mention who actually did all this work: Hanno Schlichting. Log readers everywhere thank you! :)
But we did it for Plone 3.0, it raises no deprecation warnings about itself. :)
There are cases where it's hard to avoid, though — like when you are supporting two versions of Zope at once, like Plone 2.5 did (it ran on both Zope 2.8 and 2.9). There's bound to be something that is deprecated in Zope 2.9 that we have to use to still support Zope 2.8.
Good list, thanks!