how could I test that those 2 strings are the same:

'séd' (repr is 's\\xc3\\xa9d')

u'séd' (repr is u's\\xe9d')
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to