summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2005-01-20 19:20:16 (GMT)
committerThomas Heller <theller@ctypes.org>2005-01-20 19:20:16 (GMT)
commitd6c6e2224bd2318f78d00432108997e64bc32a27 (patch)
tree6686ad3631f761dd538f7e90dc62b4cb3645ccc9 /Misc
parent1d1eac3ce895e29cdd5bb1d9b1f39dd60621e841 (diff)
downloadcpython-d6c6e2224bd2318f78d00432108997e64bc32a27.zip
cpython-d6c6e2224bd2318f78d00432108997e64bc32a27.tar.gz
cpython-d6c6e2224bd2318f78d00432108997e64bc32a27.tar.bz2
distutils/command/install.py change.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 035bacf..ec8570b 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: