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 sdaoden
Recipients crosser, eric.araujo, lemburg, loewis, scop, sdaoden
Date 2011-03-12.12:39:00
SpamBayes Score 1.3472079e-09
Marked as misclassified No
Message-id <1299933542.8.0.812831874055.issue6981@psf.upfronthosting.co.za>
In-reply-to
Content
(Eugene, whereas i still disagree (i'm a C programmer in daily life),

Python 3.3a0 (default, Mar 10 2011, 11:50:55) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> print(locale.getdefaultlocale())
('en_GB', 'UTF8')

So it seems i'm still to new to give you a hint here, sorry..)
History
Date User Action Args
2011-03-12 12:39:02sdaodensetrecipients: + sdaoden, lemburg, loewis, scop, eric.araujo, crosser
2011-03-12 12:39:02sdaodensetmessageid: <1299933542.8.0.812831874055.issue6981@psf.upfronthosting.co.za>
2011-03-12 12:39:00sdaodenlinkissue6981 messages
2011-03-12 12:39:00sdaodencreate