[Python-Dev] PendingDeprecationWarning

Raymond Hettinger python@rcn.com
Wed, 29 May 2002 12:40:02 -0400


From: "Guido van Rossum" <guido@python.org>
> Thanks!  I agree with the name change to PendingDeprecationWarning.
> Check it in before I change my mind! :-)

Awesome!
Now, down to business.
What shall we Silently Deprecate?

string module
types module (after providing substitutes)
apply()
oct()
hex()



Raymond Hettinger