File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,10 +347,7 @@ Constants
347347 error-reporting behavior from the platform C implementation. As a result,
348348 the specific exceptions raised in error cases (and even whether some
349349 arguments are considered to be exceptional at all) are not defined in any
350- useful cross-platform or cross-release way. For example, whether
351- ``math.log(0) `` returns ``-Inf `` or raises :exc: `ValueError ` or
352- :exc: `OverflowError ` isn't defined, and in cases where ``math.log(0) `` raises
353- :exc: `OverflowError `, ``math.log(0L) `` may raise :exc: `ValueError ` instead.
350+ useful cross-platform or cross-release way.
354351
355352 All functions return a quiet *NaN * if at least one of the args is *NaN *.
356353 Signaling *NaN *\s raise an exception. The exception type still depends on the
You can’t perform that action at this time.
0 commit comments