[Python-checkins] r84660 - in python/branches/release31-maint: Misc/ACKS PC/VS7.1/pythoncore.vcproj

hirokazu.yamamoto python-checkins at python.org
Fri Sep 10 04:59:56 CEST 2010


Author: hirokazu.yamamoto
Date: Fri Sep 10 04:59:55 2010
New Revision: 84660

Log:
Merged revisions 84644 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line
  
  Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Misc/ACKS
   python/branches/release31-maint/PC/VS7.1/pythoncore.vcproj

Modified: python/branches/release31-maint/Misc/ACKS
==============================================================================
--- python/branches/release31-maint/Misc/ACKS	(original)
+++ python/branches/release31-maint/Misc/ACKS	Fri Sep 10 04:59:55 2010
@@ -857,6 +857,7 @@
 Thomas Wouters
 Heiko Wundram
 Doug Wyatt
+Hirokazu Yamamoto
 Ka-Ping Yee
 Bob Yodlowski
 Danny Yoo

Modified: python/branches/release31-maint/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/release31-maint/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/branches/release31-maint/PC/VS7.1/pythoncore.vcproj	Fri Sep 10 04:59:55 2010
@@ -466,6 +466,9 @@
 			RelativePath="..\..\Objects\boolobject.c">
 		</File>
 		<File
+			RelativePath="..\..\Objects\bytearrayobject.c">
+		</File>
+		<File
 			RelativePath="..\..\Objects\bytes_methods.c">
 		</File>
 		<File
@@ -776,9 +779,6 @@
 			RelativePath="..\..\Objects\sliceobject.c">
 		</File>
 		<File
-			RelativePath="..\..\Objects\stringobject.c">
-		</File>
-		<File
 			RelativePath="..\..\Python\structmember.c">
 		</File>
 		<File


More information about the Python-checkins mailing list