summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-19 16:17:21 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-19 16:17:21 (GMT)
commit7d7127dd84189bf9325ef3fc5f3c18359fa34f30 (patch)
tree0a2d4d21cee7370a1b7c76f04060171a7daf9154 /Misc
parentf03c42f0ab4b4fc0705e2717a89af1254820fed3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb68760..6051d1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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