diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:17:21 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:17:21 (GMT) |
commit | 7d7127dd84189bf9325ef3fc5f3c18359fa34f30 (patch) | |
tree | 0a2d4d21cee7370a1b7c76f04060171a7daf9154 /Misc | |
parent | f03c42f0ab4b4fc0705e2717a89af1254820fed3 (diff) | |
download | cpython-7d7127dd84189bf9325ef3fc5f3c18359fa34f30.zip cpython-7d7127dd84189bf9325ef3fc5f3c18359fa34f30.tar.gz cpython-7d7127dd84189bf9325ef3fc5f3c18359fa34f30.tar.bz2 |
fixed the 'package' option of build_ext
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -298,6 +298,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 |