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 jcsalterego
Recipients jcsalterego, ned.deily, ronaldoussoren, sjt
Date 2009-06-25.13:38:36
SpamBayes Score 9.615024e-06
Marked as misclassified No
Message-id <1245937117.75.0.0455170362046.issue6315@psf.upfronthosting.co.za>
In-reply-to
Content
Also seeing this was resolved by Issue6202.


Python 3.1rc2+ (py3k:73552, Jun 24 2009, 23:11:23) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale._build_localename(locale.getdefaultlocale())
'en_US.UTF8'


Python 3.0.1+ (release30-maint:73553, Jun 25 2009, 08:35:35) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale._build_localename(locale.getdefaultlocale())
'C.mac-roman'
History
Date User Action Args
2009-06-25 13:38:38jcsalteregosetrecipients: + jcsalterego, ronaldoussoren, ned.deily, sjt
2009-06-25 13:38:37jcsalteregosetmessageid: <1245937117.75.0.0455170362046.issue6315@psf.upfronthosting.co.za>
2009-06-25 13:38:36jcsalteregolinkissue6315 messages
2009-06-25 13:38:36jcsalteregocreate