summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-12-19 11:20:49 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-12-19 11:20:49 (GMT)
commit45f992a45e54330335417f1368f7fc7c920737c6 (patch)
treeb1568e3c8d8ff63614c0f87edf30e328e1170166 /Misc
parent056aafe7f242058c767b5a2c8a8971ea31edfa8e (diff)
downloadcpython-45f992a45e54330335417f1368f7fc7c920737c6.zip
cpython-45f992a45e54330335417f1368f7fc7c920737c6.tar.gz
cpython-45f992a45e54330335417f1368f7fc7c920737c6.tar.bz2
Merged revisions 76878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76878 | mark.dickinson | 2009-12-19 11:07:23 +0000 (Sat, 19 Dec 2009) | 3 lines Issue #3366: Add error function and complementary error function to math module. ........
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 d4121d1..2b8dc6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -457,7 +457,7 @@ Extension Modules
- Issue #7078: Set struct.__doc__ from _struct.__doc__.
-- Issue #3366: Add expm1, gamma, lgamma functions to math module.
+- Issue #3366: Add erf, erfc, expm1, gamma, lgamma functions to math module.
- Issue #6877: It is now possible to link the readline extension to the
libedit readline emulation on OSX 10.5 or later.