mirror of https://github.com/python/cpython
remove obsolete sentence
This commit is contained in:
parent
f66df2b3e6
commit
fc21e01b63
|
@ -347,10 +347,7 @@ Constants
|
||||||
error-reporting behavior from the platform C implementation. As a result,
|
error-reporting behavior from the platform C implementation. As a result,
|
||||||
the specific exceptions raised in error cases (and even whether some
|
the specific exceptions raised in error cases (and even whether some
|
||||||
arguments are considered to be exceptional at all) are not defined in any
|
arguments are considered to be exceptional at all) are not defined in any
|
||||||
useful cross-platform or cross-release way. For example, whether
|
useful cross-platform or cross-release way.
|
||||||
``math.log(0)`` returns ``-Inf`` or raises :exc:`ValueError` or
|
|
||||||
:exc:`OverflowError` isn't defined, and in cases where ``math.log(0)`` raises
|
|
||||||
:exc:`OverflowError`, ``math.log(0L)`` may raise :exc:`ValueError` instead.
|
|
||||||
|
|
||||||
All functions return a quiet *NaN* if at least one of the args is *NaN*.
|
All functions return a quiet *NaN* if at least one of the args is *NaN*.
|
||||||
Signaling *NaN*\s raise an exception. The exception type still depends on the
|
Signaling *NaN*\s raise an exception. The exception type still depends on the
|
||||||
|
|
Loading…
Reference in New Issue