Alexander Belopolsky added the comment: >>> td = timedelta(seconds=1) >>> print(td / (1/0.6112295)) 0:00:00.611229
What is wrong with this answer? It is the same as in >>> print(td * 0.6112295) 0:00:00.611229 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23521> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com