[Python-checkins] r77521 - python/branches/py3k/Doc/library/math.rst

ezio.melotti python-checkins at python.org
Sat Jan 16 15:46:27 CET 2010


Author: ezio.melotti
Date: Sat Jan 16 15:46:27 2010
New Revision: 77521

Log:
remove obsolete sentence

Modified:
   python/branches/py3k/Doc/library/math.rst

Modified: python/branches/py3k/Doc/library/math.rst
==============================================================================
--- python/branches/py3k/Doc/library/math.rst	(original)
+++ python/branches/py3k/Doc/library/math.rst	Sat Jan 16 15:46:27 2010
@@ -347,10 +347,7 @@
    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


More information about the Python-checkins mailing list