diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-06 07:26:24 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-06 07:26:24 (GMT) |
commit | dd9f65f23e68d3554dd614190c37478351680889 (patch) | |
tree | 4c780719ef69058917d1f2dd740e6ed19430f653 /Misc | |
parent | bcf8506dcd149eaff626512adc377f49aae93de3 (diff) | |
download | cpython-dd9f65f23e68d3554dd614190c37478351680889.zip cpython-dd9f65f23e68d3554dd614190c37478351680889.tar.gz cpython-dd9f65f23e68d3554dd614190c37478351680889.tar.bz2 |
Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ Installation Library ------- +- Issue #5940: distutils.command.build_clib.check_library_list was not doing + the right type checkings anymore. + - Issue #4875: On win32, ctypes.util.find_library does no longer return directories. |