Mark Dickinson <dicki...@gmail.com> added the comment:

> Table 5.2 referenced above lists 10 operations, four of which (>, <,
> >=, and <=) are given spellings that are identical to the spellings of
> Python comparison operators.

Yep, those are included amongst the "various ad-hoc and traditional names and 
symbols".  So what?  It's still the case that IEEE 754 gives no requirement (or 
even recommendation) for how either of 'compareQuietLess' or 
'compareSignalingLess' should be spelt in any particular language.

IOW, it's fine to argue that *you* personally would like Python's '<' to be 
bound to IEEE 754's 'compareSignalingLess' instead of the current effective 
binding to 'compareQuietLess', but it would be a bit disingenuous to claim that 
IEEE 754 recommends or requires that.  It doesn't.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to