commit | 05d2e084019d9ec67277df36acf372b81e18365f | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Dec 11 20:17:17 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Dec 11 20:17:17 2009 +0000 |
tree | 7957bc8aabc2c09c7d9d39df92700f62ed474cf3 | |
parent | e62df2ffaa76a29ededa51380597bec54a1a1cc6 [diff] |
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. ........