Mark Dickinson <dicki...@gmail.com> added the comment: r70357 seems to have caused the sparc solaris py3k buildbot to start failing on test_locale:
====================================================================== FAIL: test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_locale.py", line 181, in test_integer_grouping_and_padding out=('4%s200' % self.sep).rjust(10)) File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_locale.py", line 143, in _test_format func=locale.format, **format_opts) File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_locale.py", line 139, in _test_formatfunc func(format, value, **format_opts), out) AssertionError: ' 4200' != ' 4200' Any idea what's going on here? ---------- nosy: +marketdickinson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1222> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com