[Python-Dev] Meta-reflections

Martin v. Loewis martin@v.loewis.de
20 Feb 2002 20:33:01 +0100


Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:

> Then what is the criterion for deciding when to apply the standard Python
> deprecation procedures when things like super() and the __slots__ change?

It may be that the change does not need to involve deprecation of
anything; first let's see the new feature, then decide how to
deprecate the exiting one.

Regards,
Martin