summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-07-18 14:43:10 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-07-18 14:43:10 (GMT)
commit8d15643a4bbb118a2fc91541d3b02d7aca7953d9 (patch)
tree5cecbf550fa74bb3245d421871c2af3ba287602f /Misc
parent680ac292ac8fce75836a84c7eccc0c18923e4121 (diff)
downloadcpython-8d15643a4bbb118a2fc91541d3b02d7aca7953d9.zip
cpython-8d15643a4bbb118a2fc91541d3b02d7aca7953d9.tar.gz
cpython-8d15643a4bbb118a2fc91541d3b02d7aca7953d9.tar.bz2
Merged revisions 74078 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k ........ r74078 | mark.dickinson | 2009-07-18 15:41:42 +0100 (Sat, 18 Jul 2009) | 5 lines Issue #6431: Fix Fraction comparisons to return NotImplemented when the Fraction type doesn't know how to handle the comparison without loss of accuracy. Also, make sure that comparisons between Fractions and float infinities or nans do the right thing. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f9c12a..964967b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,10 @@ C-API
Library
-------
+- Issue #6431: Make Fraction type return NotImplemented when it doesn't
+ know how to handle a comparison without loss of precision. Also add
+ correct handling of infinities and nans for comparisons with float.
+
- Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
- Issue #6358: The exit status of a command started with os.popen() was