This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients bdkearns, belopolsky, benjamin.peterson, mark.dickinson, serhiy.storchaka
Date 2015-02-25.23:55:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424908507.61.0.658506594862.issue23521@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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
History
Date User Action Args
2015-02-25 23:55:07belopolskysetrecipients: + belopolsky, mark.dickinson, benjamin.peterson, serhiy.storchaka, bdkearns
2015-02-25 23:55:07belopolskysetmessageid: <1424908507.61.0.658506594862.issue23521@psf.upfronthosting.co.za>
2015-02-25 23:55:07belopolskylinkissue23521 messages
2015-02-25 23:55:07belopolskycreate