deprecated string module issue

Benjamin Peterson benjamin at python.org
Thu Jun 24 21:29:22 EDT 2010


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.






More information about the Python-list mailing list