commit | de2a107200e5073c7e3d6f58c88a407ac69c319d | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Sep 19 09:58:51 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Sep 19 09:58:51 2009 +0000 |
tree | 54bb6d609f3dc27eb073e402491c7ff7e867c217 | |
parent | 3ad2847c0156db8838e0e531b4fb2e67ca0b153a [diff] [blame] |
Fixed #6947 - SO extension varies under windows
diff --git a/Misc/NEWS b/Misc/NEWS index 8fc2f44..afe34bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -82,6 +82,8 @@ Library ------- +- Issue #6947: Fix distutils test on windows. Patch by Hirokazu Yamamoto. + - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now always result in NULL.