Changes between Initial Version and Version 1 of Ticket #15789, comment 3


Ignore:
Timestamp:
Apr 22, 2011, 6:01:04 PM (13 years ago)
Author:
Jose Ignacio Galarza

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15789, comment 3

    initial v1  
    33I found some more problems. For example, with a precission of two digits, this regression test fails:
    44
    5     self.assertEqual(floatformat(13.1031, -3), u'13.103')
     5{{{
     6self.assertEqual(floatformat(13.1031, -3), u'13.103')
     7}}}
    68
    79I think this patch solves these problems.
Back to Top