From: Mark Dickinson Date: Mon, 21 Dec 2009 15:28:44 +0000 (+0000) Subject: Blocked revisions 76980 via svnmerge X-Git-Tag: v3.1.2rc1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fbe51118f415f8796f08436bddfc96c3135d9ad;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76980 via svnmerge ................ r76980 | mark.dickinson | 2009-12-21 15:27:41 +0000 (Mon, 21 Dec 2009) | 10 lines 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. ........ ................ ---