[Python-Dev] PendingDeprecationWarning

Guido van Rossum guido@python.org
Wed, 29 May 2002 12:42:36 -0400


> What shall we Silently Deprecate?
> 
> string module

Yes, after providing substitutes.

> types module (after providing substitutes)

Yes.

> apply()

Yes.

> oct()
> hex()

Why?  I use these a lot...

--Guido van Rossum (home page: http://www.python.org/~guido/)