[Python-3000] Bytes to Unicode Conversion

"Martin v. Löwis" martin at v.loewis.de
Sun Nov 16 21:28:24 CET 2008


> I know that it had worked in the version 2.5, Python 3.0 rc2 doesn't
> seem to recognize it as a function.

a) I discourage usage of unicode and str converters; consider using
   .encode/.decode instead
b) unicode is now called str

Regards,
Martin


More information about the Python-3000 mailing list