[Checkins] SVN: Zope/trunk/setup.py I want to use zope.deprecation and it's in the toolkit so let's bring it in.

Hanno Schlichting hanno at hannosch.eu
Tue Jun 29 12:22:19 EDT 2010


On Tue, Jun 29, 2010 at 6:16 PM, Matthew Wilkes
<matthew at matthewwilkes.co.uk> wrote:
> Ok.  Is zope.deprecation deprecated now then?  I'm just loving the irony, is all.

In the Zope Toolkit we don't do deprecation anymore. We just leave
compatibility imports in place forever.

For Zope 2 we still do full deprecation, but either via
zope.deferredimport or by raising Python's DeprecationWarning.

Hanno


More information about the checkins mailing list