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 belopolsky, cool-RR, mark.dickinson
Date 2012-09-19.18:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348080853.66.0.292336002614.issue15975@psf.upfronthosting.co.za>
In-reply-to
Content
In fact, this is a near-duplicate of #14262 becaus instead of

>>> decimal.Decimal('0.1')*datetime.timedelta(seconds=3)

one can always write

>>> datetime.timedelta(seconds=decimal.Decimal('0.1')*3)
History
Date User Action Args
2012-09-19 18:54:13belopolskysetrecipients: + belopolsky, mark.dickinson, cool-RR
2012-09-19 18:54:13belopolskysetmessageid: <1348080853.66.0.292336002614.issue15975@psf.upfronthosting.co.za>
2012-09-19 18:54:13belopolskylinkissue15975 messages
2012-09-19 18:54:13belopolskycreate