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 antlong
Recipients antlong, belopolsky, jkloth, mark.dickinson, ronaldoussoren
Date 2010-07-23.04:40:32
SpamBayes Score 4.8728777e-10
Marked as misclassified No
Message-id <1279860042.03.0.225256180464.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
A bit more info:

Python 2.6.4 (r264:75706, Mar 18 2010, 14:58:13)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.nl_langinfo(locale.CODESET)
'US-ASCII'
>>>
along-mb:~ along$ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
along-mb:~ along$
History
Date User Action Args
2010-07-23 04:40:43antlongsetrecipients: + antlong, ronaldoussoren, mark.dickinson, belopolsky, jkloth
2010-07-23 04:40:42antlongsetmessageid: <1279860042.03.0.225256180464.issue9335@psf.upfronthosting.co.za>
2010-07-23 04:40:35antlonglinkissue9335 messages
2010-07-23 04:40:32antlongcreate