]> granicus.if.org Git - python/commit
The methods always return Decimal classes, even if they're
authorFacundo Batista <facundobatista@gmail.com>
Mon, 17 Sep 2007 17:30:13 +0000 (17:30 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 17 Sep 2007 17:30:13 +0000 (17:30 +0000)
commit6c398da0e79cbd68ec4625f00f37a8f2a0a26e5c
treeae5d1ee9cdc5fdc3bba40646e971939ff1b92168
parentb67da237186f874610afd2697aaca4365d3eabec
The methods always return Decimal classes, even if they're
executed through a subclass (thanks Mark Dickinson).
Added a bit of testing for this.
Lib/decimal.py
Lib/test/test_decimal.py