diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:22:57 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:22:57 (GMT) |
commit | 822eb844006fb78a0551b0f55547b46cf8607e8a (patch) | |
tree | 7b44f9b425e5d10c342211894f23068d71fac584 /Misc | |
parent | f84d7e9ed21294f6001345ddc6b2a8c4894ab70c (diff) | |
download | cpython-822eb844006fb78a0551b0f55547b46cf8607e8a.zip cpython-822eb844006fb78a0551b0f55547b46cf8607e8a.tar.gz cpython-822eb844006fb78a0551b0f55547b46cf8607e8a.tar.bz2 |
Merged revisions 72781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72781 | tarek.ziade | 2009-05-19 18:17:21 +0200 (Tue, 19 May 2009) | 1 line
fixed the 'package' option of build_ext
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -618,6 +618,9 @@ Core and Builtins Library ------- +- Issue #6062: In distutils, fixed the package option of build_ext. Feedback + and tests on pywin32 by Tim Golden. + - Issue #6053: Fixed distutils tests on win32. patch by Hirokazu Yamamoto. - Issue #6046: Fixed the library extension when distutils build_ext is used |