]> granicus.if.org Git - python/commitdiff
remove obsolete sentence
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Jan 2010 14:46:27 +0000 (14:46 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Jan 2010 14:46:27 +0000 (14:46 +0000)
Doc/library/math.rst

index fce4d49f709a774b8930e714d17a3d4bc8a742ed..ea355af2593d716e4f84b7b7492bebde710c5a6a 100644 (file)
@@ -347,10 +347,7 @@ Constants
    error-reporting behavior from the platform C implementation.  As a result,
    the specific exceptions raised in error cases (and even whether some
    arguments are considered to be exceptional at all) are not defined in any
-   useful cross-platform or cross-release way.  For example, whether
-   ``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.
+   useful cross-platform or cross-release way.
 
    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