Depricated String Functions in Python

Anoop anoopsanthosh at gmail.com
Thu Jul 20 02:26:07 EDT 2006


Hi All

Can any one help me out with the various depricated string functions
that is followed in Python.

For example how will be string.lower depricated.

As far as string.lower('PYTHON') is concerned it is depricated as
'PYTHON'.lower(). Both of them would return an output : >>> python

Thanks for your inputs

Regards

Anoop




More information about the Python-list mailing list