Marc 'BlackJack' Rintsch wrote: > But please don't use the functions in `string` that are also available as > methods on strings. Those functions are deprecated. > > Meaning (for newbie clarification):
instead of string.upper(s2), just do s2.upper(). For more detail, see the docs. -- http://mail.python.org/mailman/listinfo/python-list