diff options
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r-- | Doc/library/math.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d9593a8..b153f21 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -277,10 +277,6 @@ The module also defines two mathematical constants: platform and libm implementation. It's usually :exc:`ValueError` for *EDOM* and :exc:`OverflowError` for errno *ERANGE*. - ..versionchanged:: 2.6 - In earlier versions of Python the outcome of an operation with NaN as - input depended on platform and libm implementation. - .. seealso:: |