commit | d6c6e2224bd2318f78d00432108997e64bc32a27 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Jan 20 19:20:16 2005 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Jan 20 19:20:16 2005 +0000 |
tree | 6686ad3631f761dd538f7e90dc62b4cb3645ccc9 | |
parent | 1d1eac3ce895e29cdd5bb1d9b1f39dd60621e841 [diff] [blame] |
distutils/command/install.py change.
diff --git a/Misc/NEWS b/Misc/NEWS index 035bacf..ec8570b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,8 @@ 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: