Re: RELEASED Python 2.4, alpha 1
Irmen de Jong wrote:[color=blue]
> I'm wondering where the u'1,000000' comes from... because when I type
> on the interactive prompt:
> Python 2.4a1 (#1, Jul 9 2004, 15:42:46)
> [GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
> Type "help", "copyright" , "credits" or "license" for more information.[color=green][color=darkred]
> >>> u'%f' % (1.0,)[/color][/color]
> u'1.000000'[color=green][color=darkred]
> >>>[/color][/color][/color]
Does the test also fail if you run it as "python Lib/test/regrtest.py
test_format"? If not, does it fail if you run it as
python Lib/test/regrtest.py <all test cases that are executed before
test_format> test_format? If yes, please try to eliminate all prior
test cases that don't contribute to the failure, and report the
minimum sequence of test cases needed to make it fail.
Regards,
Martin
Irmen de Jong wrote:[color=blue]
> I'm wondering where the u'1,000000' comes from... because when I type
> on the interactive prompt:
> Python 2.4a1 (#1, Jul 9 2004, 15:42:46)
> [GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
> Type "help", "copyright" , "credits" or "license" for more information.[color=green][color=darkred]
> >>> u'%f' % (1.0,)[/color][/color]
> u'1.000000'[color=green][color=darkred]
> >>>[/color][/color][/color]
Does the test also fail if you run it as "python Lib/test/regrtest.py
test_format"? If not, does it fail if you run it as
python Lib/test/regrtest.py <all test cases that are executed before
test_format> test_format? If yes, please try to eliminate all prior
test cases that don't contribute to the failure, and report the
minimum sequence of test cases needed to make it fail.
Regards,
Martin
Comment