[Issue 4153] Code coverage output improvement

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4153 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com Component

[Issue 4153] Code coverage output improvement

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4153 --- Comment #1 from bearophile_h...@eml.cc 2010-05-05 02:13:59 PDT --- Improved version of the Python script: filename = "test" counts_divisor_thousands = 0 # 0, 1 or 2 def thousands(n, separator="_"): sign = "-" if n < 0 else "" n =