summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-09-10 17:34:58 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-09-10 17:34:58 (GMT)
commit76e12179c5381dd1f4f27c6d679a16a629ebeef7 (patch)
tree9e1236b2de40ca90bbd3ddb61a7f365bddc87f44 /Misc/NEWS
parentf47d79fec1b6cbb0d38b9a828cf94202c21e50f8 (diff)
downloadcpython-76e12179c5381dd1f4f27c6d679a16a629ebeef7.zip
cpython-76e12179c5381dd1f4f27c6d679a16a629ebeef7.tar.gz
cpython-76e12179c5381dd1f4f27c6d679a16a629ebeef7.tar.bz2
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).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3bc0534..de603c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ Core and Builtins
Library
-------
+- 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).
- Issue #15876: Fix a refleak in the curses module: window.encoding.