]> granicus.if.org Git - python/commitdiff
Restored a test that was erroneously removed. See issue 6198.
authorEric Smith <eric@trueblade.com>
Tue, 9 Jun 2009 12:38:08 +0000 (12:38 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 9 Jun 2009 12:38:08 +0000 (12:38 +0000)
Lib/test/formatfloat_testcases.txt

index fb394dc577dd9f82ba1a25e20f0f1af0ab6c4c6b..bbe3ed46130cc5d36c8a8e1d3c64caa56d7c8912 100644 (file)
@@ -61,7 +61,7 @@
 -- makes a difference when the precision is 0.
 %#.0f 0 -> 0.
 %#.1f 0 -> 0.0
---%#.0f 1.5 -> 2.   See issue 6198.
+%#.0f 1.5 -> 2.
 -- %#.0f 2.5 -> 2.    See issue 6198.
 %#.0f 10.1 -> 10.
 %#.0f 1234.56 -> 1235.