diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:27:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:27:46 (GMT) |
commit | afa1b309690ef6ea93500660a4c6d85a515e07df (patch) | |
tree | a6850e48192a21ee2d6fcc5126fc434f867a8b07 /Misc | |
parent | a45e6d5791b6ba845beaa0dde2a297e810982741 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------- |