New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
Here is my use case: recently implemented timedelta * float operation starts with converting float to an int ratio. The same algorithm can be used for decimals, but they don't support as_integer_ratio(). ---------- components: Extension Modules messages: 107345 nosy: belopolsky priority: normal severity: normal status: open title: Provide as_integer_ratio() method to Decimal type: feature request versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8947> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com