From: Thomas Heller Date: Wed, 22 Dec 2004 16:10:33 +0000 (+0000) Subject: Document bdist_wininst changes. X-Git-Tag: v2.3.5c1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69bb9871c12d19bdebb8fc988eed5bcb9cb18e35;p=thirdparty%2FPython%2Fcpython.git Document bdist_wininst changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index eb4b302bd851..4f41753e3e2e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -68,6 +68,8 @@ Extension modules Library ------- +- Bug #1067732: wininst --install-script doesn't leave residual files anymore. + - Bug #1045381: strptime() now uses %U and %W for date calculations if the year and day of the week are also specified.