From: Martin v. Löwis Date: Wed, 22 Dec 2004 13:02:26 +0000 (+0000) Subject: Document resolved MSI issues. X-Git-Tag: v2.4.1c1~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adcdc70611adb2c5211d6421700310847a09b499;p=thirdparty%2FPython%2Fcpython.git Document resolved MSI issues. --- diff --git a/Misc/NEWS b/Misc/NEWS index d5c230285a77..09d1d2424b0b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -46,6 +46,17 @@ Build - term.h is now properly detected again. +Windows +------- + +- Bug #1076861: The IDLE shortcut is now correct even if the target + directory contains a space. + +- Bug #1085208 and similar: The installer does not fail anymore if + VBScript is not available on the target machine, not installed + properly, or outdated; the MSI package now does not rely on VB + anymore. + What's New in Python 2.4 final? ===============================