diff options
author | Thomas Heller <theller@ctypes.org> | 2005-01-20 19:20:16 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2005-01-20 19:20:16 (GMT) |
commit | d6c6e2224bd2318f78d00432108997e64bc32a27 (patch) | |
tree | 6686ad3631f761dd538f7e90dc62b4cb3645ccc9 /Misc | |
parent | 1d1eac3ce895e29cdd5bb1d9b1f39dd60621e841 (diff) | |
download | cpython-d6c6e2224bd2318f78d00432108997e64bc32a27.zip cpython-d6c6e2224bd2318f78d00432108997e64bc32a27.tar.gz cpython-d6c6e2224bd2318f78d00432108997e64bc32a27.tar.bz2 |
distutils/command/install.py change.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |