]> granicus.if.org Git - python/commit
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
authorStefan Krah <skrah@bytereef.org>
Mon, 28 Dec 2015 22:02:02 +0000 (23:02 +0100)
committerStefan Krah <skrah@bytereef.org>
Mon, 28 Dec 2015 22:02:02 +0000 (23:02 +0100)
commit53f2e0ad45e41c007f714e077ccf11643651ef28
treec00ffd5dd955b9685de5c1a12fd014745b22f361
parentac1e7f6983ef4f0feef6389d458544bf924f6965
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Mark Dickinson.
Doc/library/decimal.rst
Lib/_pydecimal.py
Lib/test/test_decimal.py
Misc/NEWS
Modules/_decimal/_decimal.c
Modules/_decimal/docstrings.h
Modules/_decimal/tests/deccheck.py