commit | f371859a4f0705062e94798e21ebe3705d891a37 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 15:27:41 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 15:27:41 2009 +0000 |
tree | c4b520a35156bd0d6729980b1253a4ce04bf39c3 | |
parent | 0f72d6c25fb3ff16b4c459221d56f87f221c59d0 [diff] |
Merged revisions 76978 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76978 | mark.dickinson | 2009-12-21 15:22:00 +0000 (Mon, 21 Dec 2009) | 3 lines Issue #7518: Move substitute definitions of C99 math functions from pymath.c to Modules/_math.c. ........