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

index eb4b302bd8514a8ad6b5bc5beef9c165c861e715..4f41753e3e2ebc57f2dfd85f5de412307bc1fde1 100644 (file)
--- 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.