diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-18 12:21:26 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-18 12:21:26 (GMT) |
commit | 07bbfcc5e2bffe489c63e681785717c0340e9d73 (patch) | |
tree | 54ab9dd511febddfb524e380ee9f9c7e73f6b118 /Misc | |
parent | 6deb574be3d3acfe7a4c016bb19fde7a4661a861 (diff) | |
download | cpython-07bbfcc5e2bffe489c63e681785717c0340e9d73.zip cpython-07bbfcc5e2bffe489c63e681785717c0340e9d73.tar.gz cpython-07bbfcc5e2bffe489c63e681785717c0340e9d73.tar.bz2 |
Fixed #6053 - win32 fixes for distutils tests
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -298,6 +298,8 @@ Core and Builtins Library ------- +- Issue #6053: Fixed distutils tests on win32. patch by Hirokazu Yamamoto. + - Issue #6046: Fixed the library extension when distutils build_ext is used inplace. Initial patch by Roumen Petrov. |