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