diff options
| author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-16 20:23:42 +0000 |
|---|---|---|
| committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-16 20:23:42 +0000 |
| commit | 664b511c0acdfdecdec92d2255ffd94c4e6d5f7a (patch) | |
| tree | 075cdf8651d66f24e42c1b87e57e7423e3e7a9d3 /PCbuild | |
| parent | ef1992b9fbcfb1dae7e946bfc42403fcaae9f044 (diff) | |
| download | cpython-git-664b511c0acdfdecdec92d2255ffd94c4e6d5f7a.tar.gz | |
Merged revisions 76861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76861 | mark.dickinson | 2009-12-16 20:13:40 +0000 (Wed, 16 Dec 2009) | 3 lines
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
testing on Windows.
........
Diffstat (limited to 'PCbuild')
| -rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 650d244b2f..21594cd687 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1012,6 +1012,14 @@ > </File> <File + RelativePath="..\Modules\_math.c" + > + </File> + <File + RelativePath="..\Modules\_math.h" + > + </File> + <File RelativePath="..\Modules\_pickle.c" > </File> |
