In my code I have:
from string import lower, upper

When I use pylint on the program I get just one warning:

Uses of a deprecated module 'string'.

Iv'e noted that many if not all string functions are now in _builtin_.
Where are the constants?

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

Reply via email to