Issue 992081: test_unicode fails 2.4a1 (original) (raw)
uname -a OSF1 pikachu.****.com V5.1 2650 alpha (HP alpha box running Tru64 V5.1B)
Python 2.4a1
make test: test test_unicode failed -- Traceback (most recent call last): File "/u13/home/doug/python/Python- 2.4a1/Lib/test/test_unicode.py", line 358, in test_formatting
string_tests.MixinStrUnicodeUserStringTest.test_formatti ng(self) File "/u13/home/doug/python/Python- 2.4a1/Lib/test/string_tests.py", line 615, in test_formatting self.checkequal('0042.00', '%07.2f', 'mod', 42) File "/u13/home/doug/python/Python- 2.4a1/Lib/test/string_tests.py", line 56, i n checkequal realresult AssertionError: u'0042.00' != u'0042,00'
no fancy env or locale variables set
note: test_format also fails in make test.