[EMAIL PROTECTED] schrieb: > Can we have change a unicode string Type object to a Tuple type > object.. If so how ????
Why? Are you getting an error that makes you think that's a good idea? Tuples are basically structs, unicode objects are strings. There is no canonical way to convert them. Tell us more about the problem you want to be solved, and we might help you better. diez -- http://mail.python.org/mailman/listinfo/python-list