]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document bdist_wininst changes.
authorThomas Heller <theller@ctypes.org>
Wed, 22 Dec 2004 16:59:16 +0000 (16:59 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 22 Dec 2004 16:59:16 +0000 (16:59 +0000)
Misc/NEWS

index 09d1d2424b0bf41c6bdffe3b69bb5179b741b78d..0482f1fb61b45e3202e6b7150a929c3444f3e828 100644 (file)
--- 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).