diff options
author | Eric Smith <eric@trueblade.com> | 2009-04-27 20:39:49 +0000 |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-04-27 20:39:49 +0000 |
commit | 6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807 (patch) | |
tree | fc063968e5d131487c7418647e2cf4abf942cdff /PCbuild | |
parent | 249b898ec7839cc022d5d0b7638284663a6edfb7 (diff) | |
download | cpython-git-6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807.tar.gz |
Merged revisions 72040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
........
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 617b15c19c..bc0abfce29 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -847,6 +847,10 @@ > </File> <File + RelativePath="..\Include\pyctype.h" + > + </File> + <File RelativePath="..\Include\pydebug.h" > </File> @@ -1731,6 +1735,10 @@ > </File> <File + RelativePath="..\Python\pyctype.c" + > + </File> + <File RelativePath="..\Python\pyfpe.c" > </File> |