I concocted a small test program that mimics the logic in util.py:
----
def testit(v):
print(v)
if v >= 60:
print ">= 60"
elif round(v) < 60:
print "< 60"
else: print "err"
testit(59.4)
testit(59.5)
testit(59.6)
testit(60)
----
Output:
59.4
< 60
59.5
err
59.6
err
60
>= 60
This seems to confirm my hypothesis.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705424
Title:
Gwibber shows "BUG:00:00:59:63" instead of "<x> seconds ago" in
Twitter timeline
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs