[Python-3000] Bytes to Unicode Conversion

2008-11-16 Thread Pb2Au
Hello, I recently changed from Python 2.5 to Python 3.0 rc2, and have been trying to find out how to convert byte strings (b"example") to unicode strings ("example").  I noticed that some of these had changed in the latest version. One reason for a conversion between the two is the urllib.request

Re: [Python-3000] Bytes to Unicode Conversion

2008-11-16 Thread Pb2Au
On Sun, Nov 16, 2008 at 4:31 PM, Chris Rebert <[EMAIL PROTECTED]>: wrote: >> Hello, >> >> I recently changed from Python 2.5 to Python 3.0 rc2, and have >> been trying to find out how to convert byte strings (b"example") >> to unicode strings ("example"). I noticed that some of these had >> change

Re: [Python-3000] Bytes to Unicode Conversion

2008-11-16 Thread Pb2Au
Ah, I understand now.  Thank you everyone for your help. ___ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com