Hi, > Version "0.0.4-0.1" of mailping as shipped in stable does not use atof on line > 67. The version in unstable (0.0.4-2) indeed uses atof to fix a bug, but > properly imports "string" so doesn't raise the error.
wget http://ftp.de.debian.org/debian/pool/main/m/mailping/mailping_0.0.4-2.diff.gz -O - | zgrep -n string 394:+ return string.atof("%s.%s" % (seconds, microseconds)) So it does use string.atof and it does not import string. Cheers, Serafeim -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org