From: Thomas Heller Date: Thu, 20 Jan 2005 19:21:24 +0000 (+0000) Subject: distutils/command/install.py change. X-Git-Tag: v2.4.1c1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e999f594ed57a5be1a46ef163fdf4b3cda08a6b;p=thirdparty%2FPython%2Fcpython.git distutils/command/install.py change. --- diff --git a/Misc/NEWS b/Misc/NEWS index a96802dbb3de..873076d77f37 100644 --- 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.