Gabriel B. wrote: > what does a string became when it's decoded? > > I mean, it must be encoded in something, right?
Unicode, for encodings like latin-1 or utf-8. A few special cases like
str.decode('string_escape') yield byte strings again.
Kent
--
http://mail.python.org/mailman/listinfo/python-list
