commit | dbcf103be09b63531451166e4f53e8f9a6dd852e | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Mon Sep 10 19:34:58 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Mon Sep 10 19:34:58 2012 +0200 |
tree | df96aae09921cc923ebffd9f9d2a957784c09819 | |
parent | 6c4b09533464e3337623e0b2abc990500898c0b8 [diff] |
Issue #15882: Change _decimal to accept any coefficient tuple when constructing infinities. This is done for backwards compatibility with decimal.py: Infinity coefficients are undefined in _decimal (in accordance with the specification).