STINNER Victor <[email protected]> added the comment: "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? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14262> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
