[Python-checkins] r64427 - python/trunk/Doc/whatsnew/2.6.rst

mark.dickinson python-checkins at python.org
Fri Jun 20 17:17:41 CEST 2008


Author: mark.dickinson
Date: Fri Jun 20 17:17:41 2008
New Revision: 64427

Log:
Fix outdated count of the number of new math module functions.


Modified:
   python/trunk/Doc/whatsnew/2.6.rst

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Fri Jun 20 17:17:41 2008
@@ -1344,7 +1344,7 @@
   :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.


More information about the Python-checkins mailing list