]> granicus.if.org Git - python/commit
SF patch #1053375.
authorRaymond Hettinger <python@rcn.com>
Wed, 27 Oct 2004 06:21:46 +0000 (06:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 27 Oct 2004 06:21:46 +0000 (06:21 +0000)
commit17931de110ac84e6b0eb88d77a95798f8670765a
tree73cf79209664f487b7f2426aa213c3f4901841f3
parent7afa64e260ab14e164351fb2465d60298d2af5fa
SF patch #1053375.
(Contributed by Facundo Batista.)

Code simplification by eliminating the unnecessary and error-prone
convolutions for the previously weird sign convention in _WorkRep().
Makes the code more understandable, more reliable, and a bit faster.
Lib/decimal.py