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:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424908608.54.0.453155555188.issue23521@psf.upfronthosting.co.za>
In-reply-to
Content
I've got it:

>>> import sys
>>> sys.modules['_datetime'] = None
>>> from datetime import *
>>> td = timedelta(seconds=1)
>>> print(td / (1/0.6112295))
0:00:00.611230
History
Date User Action Args
2015-02-25 23:56:48belopolskysetrecipients: + belopolsky, mark.dickinson, benjamin.peterson, serhiy.storchaka, bdkearns
2015-02-25 23:56:48belopolskysetmessageid: <1424908608.54.0.453155555188.issue23521@psf.upfronthosting.co.za>
2015-02-25 23:56:48belopolskylinkissue23521 messages
2015-02-25 23:56:48belopolskycreate