Message169135
decimal.localcontext() works correctly with both the pure Python decimal module and the C accelerator.
decimal.localcontext(None) only works with the pure Python version. The C accelerator throws an exception instead of treating it as equivalent to omitting the argument. |
|
Date |
User |
Action |
Args |
2012-08-25 14:24:43 | ncoghlan | set | recipients:
+ ncoghlan, skrah |
2012-08-25 14:24:43 | ncoghlan | set | messageid: <1345904683.65.0.863127291798.issue15783@psf.upfronthosting.co.za> |
2012-08-25 14:24:42 | ncoghlan | link | issue15783 messages |
2012-08-25 14:24:42 | ncoghlan | create | |
|