[Python-Dev] More deprecations (original) (raw)
Guido van Rossum guido@python.org
Thu, 25 Apr 2002 11:56:16 -0400
- Previous message: [Python-Dev] More deprecations
- Next message: [Python-Dev] More deprecations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Should the use of deprecated functions in the stdlib be removed? string.atoi -> int string.atof -> float sys.exctrackback -> sys.excinfo()[2]
Sure.
Should the methods which use gopher also be deprecated?
Is the gopher protocol really dead? Maybe we deprecated it a little too soon; isn't it still in use at some places?
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] More deprecations
- Next message: [Python-Dev] More deprecations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]