]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
distutils/command/install.py change.
authorThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:21:24 +0000 (19:21 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:21:24 +0000 (19:21 +0000)
Misc/NEWS

index a96802dbb3de39b4a5d14be10637e03aee6b7b58..873076d77f3705d61048bf48b17989b55d7a6994 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and builtins
 Library
 -------
 
+- Bug #1103844: fix distutils.install.dump_dirs() with negated options.
+
 - Bug #1067732: wininst --install-script doesn't leave residual files anymore.
 
 - StringIO.truncate() now correctly adjusts the size attribute.