Feb. 20, 2002
7:33 p.m.
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