]> granicus.if.org Git - python/commit
Issue 4796: Add from_float methods to the decimal module.
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Jan 2009 19:02:23 +0000 (19:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Jan 2009 19:02:23 +0000 (19:02 +0000)
commitf4d8597a59990c41bc9cc8d499d8bc919d7ebf2d
tree48f08707671dd2a27a356a217bf86bc79e7660eb
parent0fa10b3cd5de4090b86c8f88c5f30d2e6a9686ac
Issue 4796: Add from_float methods to the decimal module.
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS