Ned Deily <n...@acm.org> added the comment: This was probably fixed by the checkins for Issue6202.
$ python3.1 Python 3.1rc1+ (py3k, Jun 8 2009, 22:53:59) [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' >>> $ python3.0 Python 3.0.1 (r301:69597, Feb 14 2009, 19:03:52) [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' >>> ---------- nosy: +nad, ronaldoussoren _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6315> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com