On Thu, Mar 3, 2011 at 3:46 PM, Martin v. Loewis <mar...@v.loewis.de> wrote:

> That depends on how you chose to represent text in 2.7.
> The recommended way for that (also with 3.x in mind)
> is that you should use Unicode strings to represent text.
>

For application programming, I'm sure Unicode is usually preferable.

For systems programming, it's hard for me to imagine that unicode would
normally be favored over bytes.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to