--- a/Utilities/ClassBrowsers/idlclbr.py Thu Jul 29 08:50:45 2010 +0200 +++ b/Utilities/ClassBrowsers/idlclbr.py Thu Jul 29 11:02:09 2010 +0200 @@ -242,7 +242,7 @@ file, lineno, meth_sig) if meth_name in dict_counts: dict_counts[meth_name] += 1 - meth_name = "%s_%d" % (meth_name, dict_counts[meth_name]) + meth_name = "{0}_{1:d}".format(meth_name, dict_counts[meth_name]) else: dict_counts[meth_name] = 0 dict[meth_name] = f