deprecated string module issue

GrayShark howe.steven at gmail.com
Fri Jun 25 10:02:05 EDT 2010


On Fri, 25 Jun 2010 01:29:22 +0000, Benjamin Peterson wrote:

> GrayShark <howe.steven <at> gmail.com> writes:
> 
>> Sorry, I meant "from string import lowercase, uppercase"
> 
> Technically, you should use ascii_lowercase and ascii_uppercase, though
> I don't know if that's the cause of pylint's complaints.

Thanks for the suggestion. I gave it a quick try. Same 'warning'. No, 
using the string module is the issue. Perhaps I'll just ignore it.

sph



More information about the Python-list mailing list