Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On Sun, Jul 25, 2010 at 7:27 PM, STINNER Victor <rep...@bugs.python.org> wrote:
..
> Unicode is my cup of tee, but not programs considering that bytes are 
> characters.
>

What I called "your cup of tee" was 3.x returning 'UTF-8' from
locale.nl_langinfo(locale.CODESET) where 2.x returned 'US-ASCII'.  (In
both cases this was the first call to locale module functions.)

> I don't understand why Alexander gets different results on Python 2.6 and 
> Python 2.7.
>

It looks like you have missed most of the discussion under this issue.
 Sorry that you had to reinvestigate.  Ronald explained the difference
in msg111332.  He introduced a workaround for broken OSX C library
isalpha in r80178.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to