gf gf wrote:
> I read that lower() is deprecated.  Unfortunately, I
> can't find the preferred way of lowercasing a string.
>  What is it?

Instead of string.lower(s), use s.lower()

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

Reply via email to