commit | 17931de110ac84e6b0eb88d77a95798f8670765a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Oct 27 06:21:46 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Oct 27 06:21:46 2004 +0000 |
tree | 73cf79209664f487b7f2426aa213c3f4901841f3 | |
parent | 7afa64e260ab14e164351fb2465d60298d2af5fa [diff] |
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.