summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-21 15:27:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-21 15:27:46 (GMT)
commitafa1b309690ef6ea93500660a4c6d85a515e07df (patch)
treea6850e48192a21ee2d6fcc5126fc434f867a8b07 /Misc
parenta45e6d5791b6ba845beaa0dde2a297e810982741 (diff)
downloadcpython-afa1b309690ef6ea93500660a4c6d85a515e07df.zip
cpython-afa1b309690ef6ea93500660a4c6d85a515e07df.tar.gz
cpython-afa1b309690ef6ea93500660a4c6d85a515e07df.tar.bz2
fix finding visual studio 2008 on 64 bit #8854
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f200392..984d2ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,11 @@ Core and Builtins
- 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
-------