deprecated string module issue

GrayShark howe.steven at gmail.com
Thu Jun 24 13:06:27 EDT 2010


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



More information about the Python-list mailing list