[Python-Dev] More deprecations (original) (raw)

Neal Norwitz neal@metaslash.com
Thu, 25 Apr 2002 11:42:52 -0400


Should the use of deprecated functions in the stdlib be removed? string.atoi -> int string.atof -> float sys.exc_trackback -> sys.exc_info()[2]

Should the methods which use gopher also be deprecated?

ConfigParser.py:311: string.atoi is deprecated
ConfigParser.py:314: string.atof is deprecated
Cookie.py:331: string.atoi is deprecated
inspect.py:658: sys.exc_traceback is deprecated
urllib2.py:103: Module gopherlib is deprecated
urllib.py:381: Module gopherlib is deprecated

(Line #s aren't exactly correct, but problems exist in CVS.)

Neal