]> granicus.if.org Git - python/commit
Issue #15882: Change _decimal to accept any coefficient tuple when
authorStefan Krah <skrah@bytereef.org>
Mon, 10 Sep 2012 17:34:58 +0000 (19:34 +0200)
committerStefan Krah <skrah@bytereef.org>
Mon, 10 Sep 2012 17:34:58 +0000 (19:34 +0200)
commit76e12179c5381dd1f4f27c6d679a16a629ebeef7
tree9e1236b2de40ca90bbd3ddb61a7f365bddc87f44
parentf47d79fec1b6cbb0d38b9a828cf94202c21e50f8
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).
Lib/test/test_decimal.py
Misc/NEWS
Modules/_decimal/_decimal.c