commit | 8c40001175f354b6e05d38a7f403afb5686c6013 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Fri Jul 10 09:10:33 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Fri Jul 10 09:10:33 2009 +0000 |
tree | 0cb8fa85d3d7dfbbcc95a31c81a98088dcf93e30 | |
parent | ce32eb7406baf7a51f7764a7c6ce245dd99dabe9 [diff] [blame] |
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
diff --git a/Misc/NEWS b/Misc/NEWS index b3e910b..9742e37 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -350,6 +350,8 @@ Library ------- +- Issue #6455: Fixed test_build_ext under win32. + - Issue #6377: Enabled the compiler option, and deprecate its usage as an attribute.