summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-08-28 13:39:53 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-08-28 13:39:53 (GMT)
commitd314e1b9291544640a9a85542b335d692a9576b6 (patch)
tree1c082ddf5ad058e645bba31866ff3c360444e159 /Misc
parent5e129dbc169363f286f8644edf8bf7c965869f72 (diff)
downloadcpython-d314e1b9291544640a9a85542b335d692a9576b6.zip
cpython-d314e1b9291544640a9a85542b335d692a9576b6.tar.gz
cpython-d314e1b9291544640a9a85542b335d692a9576b6.tar.bz2
Merged revisions 74564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74564 | mark.dickinson | 2009-08-28 14:25:02 +0100 (Fri, 28 Aug 2009) | 3 lines Issue #6794: Fix handling of NaNs in Decimal.compare_total and Decimal.compare_total_mag. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa218c4..687f31c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@ C-API
Library
-------
+- Issue #6794: Fix Decimal.compare_total and Decimal.compare_total_mag: NaN
+ payloads are now ordered by integer value rather than lexicographically.
+
- Issue #1356969: Add missing info methods in tix.HList.
- Issue #1522587: New constants and methods for the tix.Grid widget.