commit | 8e0bb6a1e2907797cd6e4b7cc90539904e54db7e | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Thu Sep 09 19:57:17 2010 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Thu Sep 09 19:57:17 2010 +0000 |
tree | 5bcb09ed930d59af223b2a0ce98dcf2979efb0b2 | |
parent | 78d8946d195ac72eff8dfaed103dec17686a0e6f [diff] |
Merged revisions 84645 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines PCBuild cosmetic fixes. * pythoncore.vcproj: Fixed indentation * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise, VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time loads it in VS8 IDE. ........