Message83753
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? |
|
Date |
User |
Action |
Args |
2009-03-18 15:50:30 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, georg.brandl, pitrou, eric.smith, edlm10, waveform, wdoekes |
2009-03-18 15:50:29 | mark.dickinson | set | messageid: <1237391429.89.0.382193891804.issue1222@psf.upfronthosting.co.za> |
2009-03-18 15:50:26 | mark.dickinson | link | issue1222 messages |
2009-03-18 15:50:25 | mark.dickinson | create | |
|