diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:19:15 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-19 16:19:15 (GMT) |
commit | 82313d8ffe544290b44ae8f6b329c9ab1a0f6d2c (patch) | |
tree | bfd5bfa44698023bf0eb2bfe53c677de54299ad5 /Misc | |
parent | 3b3ddb882885042c71b9cabdadbd4d47a71b83a9 (diff) | |
download | cpython-82313d8ffe544290b44ae8f6b329c9ab1a0f6d2c.zip cpython-82313d8ffe544290b44ae8f6b329c9ab1a0f6d2c.tar.gz cpython-82313d8ffe544290b44ae8f6b329c9ab1a0f6d2c.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
@@ -198,6 +198,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 #6046: Fixed the library extension when distutils build_ext is used inplace. Initial patch by Roumen Petrov. |