summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-12-16 20:13:40 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-12-16 20:13:40 (GMT)
commit9cae178f21745eaa2cbefb74b925bea1322a2baa (patch)
tree6d3c591dad0aee22b562b89635ab759efd708e0b /Misc
parent98e3df38fd863af8f399739e461f84058e7bcfe0 (diff)
downloadcpython-9cae178f21745eaa2cbefb74b925bea1322a2baa.zip
cpython-9cae178f21745eaa2cbefb74b925bea1322a2baa.tar.gz
cpython-9cae178f21745eaa2cbefb74b925bea1322a2baa.tar.bz2
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
testing on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c660e81..e1725f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1683,7 +1683,7 @@ Extension Modules
- Issue #7078: Set struct.__doc__ from _struct.__doc__.
-- Issue #3366: Add gamma, lgamma functions to math module.
+- Issue #3366: Add expm1, gamma, lgamma functions to math module.
- Issue #6823: Allow time.strftime() to accept a tuple with a isdst field
outside of the range of [-1, 1] by normalizing the value to within that