Hi All

Hope u all might have come across the string deprecation thought of in
Python 3.0.

For example : string.lower(str) needs to be some thing like
str.lower().

Can some one help me out whether such a change in the common python
would require
"string.digits" to be changed. If yes wat would be ur suggestions

Thanks for ur inputs

Anoop

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to