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 mcepl
Recipients BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah
Date 2013-10-22.08:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382430534.31.0.803094803304.issue7442@psf.upfronthosting.co.za>
In-reply-to
Content
Is this the same as when tests with python-3.3.2 fails on me with RHEL-6?

test_locale (test.test_format.FormatTest) ... ERROR
test_non_ascii (test.test_format.FormatTest) ... test test_format failed
'\u20ac=%f' % (1.0,) =? '\u20ac=1.000000' ... yes
ok

======================================================================
ERROR: test_locale (test.test_format.FormatTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/matej/build/Extras/python3/Python-3.Lib/test/test_format.py", line 295, in test_locale
    localeconv = locale.localeconv()
  File "/home/matej/build/Extras/python3/Python-3.Lib/locale.py", line 111, in localeconv
    d = _localeconv()
UnicodeDecodeError: 'locale' codec can't decode byte 0xe2 in position 0: Invalid or incomplete multibyte or wide character

----------------------------------------------------------------------
History
Date User Action Args
2013-10-22 08:28:54mceplsetrecipients: + mcepl, loewis, mark.dickinson, eric.smith, skrah, BreamoreBoy
2013-10-22 08:28:54mceplsetmessageid: <1382430534.31.0.803094803304.issue7442@psf.upfronthosting.co.za>
2013-10-22 08:28:54mcepllinkissue7442 messages
2013-10-22 08:28:53mceplcreate