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 bdkearns
Recipients bdkearns, belopolsky, benjamin.peterson, mark.dickinson, serhiy.storchaka
Date 2015-02-25.23:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424907276.76.0.833332442861.issue23521@psf.upfronthosting.co.za>
In-reply-to
Content
td = timedelta(seconds=1)
print(td / (1/0.6112295))
History
Date User Action Args
2015-02-25 23:34:36bdkearnssetrecipients: + bdkearns, mark.dickinson, belopolsky, benjamin.peterson, serhiy.storchaka
2015-02-25 23:34:36bdkearnssetmessageid: <1424907276.76.0.833332442861.issue23521@psf.upfronthosting.co.za>
2015-02-25 23:34:36bdkearnslinkissue23521 messages
2015-02-25 23:34:36bdkearnscreate