From: Thomas Heller Date: Thu, 20 Jan 2005 19:20:16 +0000 (+0000) Subject: distutils/command/install.py change. X-Git-Tag: v2.5a0~2088 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6c6e2224bd2318f78d00432108997e64bc32a27;p=thirdparty%2FPython%2Fcpython.git distutils/command/install.py change. --- diff --git a/Misc/NEWS b/Misc/NEWS index 035bacff7886..ec8570b50457 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -39,6 +39,8 @@ Extension Modules Library ------- +- Bug #1103844: fix distutils.install.dump_dirs() with negated options. + - os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience. - Enhancements to the csv module: