diff options
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. |