summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-12-11 20:17:17 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-12-11 20:17:17 (GMT)
commit05d2e084019d9ec67277df36acf372b81e18365f (patch)
tree7957bc8aabc2c09c7d9d39df92700f62ed474cf3 /Misc/NEWS
parente62df2ffaa76a29ededa51380597bec54a1a1cc6 (diff)
downloadcpython-05d2e084019d9ec67277df36acf372b81e18365f.zip
cpython-05d2e084019d9ec67277df36acf372b81e18365f.tar.gz
cpython-05d2e084019d9ec67277df36acf372b81e18365f.tar.bz2
Merged revisions 76755 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76755 | mark.dickinson | 2009-12-11 17:29:33 +0000 (Fri, 11 Dec 2009) | 2 lines Issue #3366: Add lgamma function to math module. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f051b7..850369e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -443,7 +443,7 @@ Extension Modules
- Issue #7078: Set struct.__doc__ from _struct.__doc__.
-- Issue #3366: Add gamma function to math module.
+- Issue #3366: Add 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.