This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients antlong, belopolsky, eric.araujo, eric.smith, jkloth, loewis, mark.dickinson, ronaldoussoren, vstinner
Date 2010-07-26.00:20:53
SpamBayes Score 4.994459e-07
Marked as misclassified No
Message-id <AANLkTimLAmP=EdJOCJseajK2i4GbOyGsRLgJa4zUE5S1@mail.gmail.com>
In-reply-to <1280100441.33.0.101426017348.issue9335@psf.upfronthosting.co.za>
Content
On Sun, Jul 25, 2010 at 7:27 PM, STINNER Victor <report@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.
History
Date User Action Args
2010-07-26 00:20:57belopolskysetrecipients: + belopolsky, loewis, ronaldoussoren, mark.dickinson, vstinner, eric.smith, jkloth, eric.araujo, antlong
2010-07-26 00:20:55belopolskylinkissue9335 messages
2010-07-26 00:20:53belopolskycreate