Changes between Initial Version and Version 1 of Ticket #15789, comment 3
- Timestamp:
- Apr 22, 2011, 6:01:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15789, comment 3
initial v1 3 3 I found some more problems. For example, with a precission of two digits, this regression test fails: 4 4 5 self.assertEqual(floatformat(13.1031, -3), u'13.103') 5 {{{ 6 self.assertEqual(floatformat(13.1031, -3), u'13.103') 7 }}} 6 8 7 9 I think this patch solves these problems.