Eric Smith <e...@trueblade.com> added the comment: I had to remove a bunch of tests. Some were of the form "<even-number>5", rounded to before the 5. Some were comparing a large number of digits.
Then there's these: %#.0g 0 -> 0. Got '0.0' %#.1g 0 -> 0. Got '0.0' %#.2g 0 -> 0.0 Got '0.00' %#.3g 0 -> 0.00 Got '0.000' %#.4g 0 -> 0.000 Got '0.0000' I'm going to remove these, too, since they're all based on underlying printf differences. But they seem like a bigger problem than the other cases. ---------- assignee: eric.smith -> marketdickinson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6198> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com