From b495633524da1ff1491c7611457f275bd085cafc Mon Sep 17 00:00:00 2001 From: "mark.dickinson" Date: Fri, 20 Jun 2008 15:17:41 +0000 Subject: [PATCH] Fix outdated count of the number of new math module functions. git-svn-id: http://svn.python.org/projects/python/trunk@64427 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Doc/whatsnew/2.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 4b065eb1c8..3d1ea51829 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1344,7 +1344,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language. :func:`isnan`, return true if their floating-point argument is infinite or Not A Number. (:issue:`1640`) -* The :mod:`math` module has seven new functions, and the existing +* The :mod:`math` module has a number of new functions, and the existing functions have been improved to give more consistent behaviour across platforms, especially with respect to handling of floating-point exceptions and IEEE 754 special values. -- 2.11.4.GIT