commit | afa1b309690ef6ea93500660a4c6d85a515e07df | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jun 21 15:27:46 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jun 21 15:27:46 2010 +0000 |
tree | a6850e48192a21ee2d6fcc5126fc434f867a8b07 | |
parent | a45e6d5791b6ba845beaa0dde2a297e810982741 [diff] |
fix finding visual studio 2008 on 64 bit #8854
diff --git a/Misc/NEWS b/Misc/NEWS index f200392..984d2ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,11 @@ - In the unicode/str.format(), raise a ValueError when indexes to arguments are too large. +Build +----- + +- Issue #8854: Fix finding Visual Studio 2008 on Windows x64. + Library -------