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
----------------------------------------------------------------------