From: Thomas Heller Date: Wed, 22 Dec 2004 16:59:16 +0000 (+0000) Subject: Document bdist_wininst changes. X-Git-Tag: v2.4.1c1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19b8b18dd3aa1e3f2e9b1cde1ddc29221292152c;p=thirdparty%2FPython%2Fcpython.git Document bdist_wininst changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index 09d1d2424b0b..0482f1fb61b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -22,6 +22,8 @@ Core and builtins Library ------- +- Bug #1067732: wininst --install-script doesn't leave residual files anymore. + - StringIO.truncate() now correctly adjusts the size attribute. (Bug #951915).