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 vstinner
Recipients belopolsky, cool-RR, facundobatista, mark.dickinson, rhettinger, skrah, vstinner
Date 2012-03-20.11:35:47
SpamBayes Score 0.002058132
Marked as misclassified No
Message-id <CAMpsgwby6E_-c-f+4tYXLuCdjkGN3jWaciGSKiyu2e1WNAabPg@mail.gmail.com>
In-reply-to <1332238682.82.0.805468416283.issue14262@psf.upfronthosting.co.za>
Content
"I'm getting an `n_hours` variable for some component of my system.
And this value happens to come as a `Decimal`."

Can't you modify your program to use timedelta instead of Decimal for n_hours?
History
Date User Action Args
2012-03-20 11:35:48vstinnersetrecipients: + vstinner, rhettinger, facundobatista, mark.dickinson, belopolsky, skrah, cool-RR
2012-03-20 11:35:48vstinnerlinkissue14262 messages
2012-03-20 11:35:47vstinnercreate