summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-28 13:01:13 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-28 13:01:13 (GMT)
commit77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a (patch)
treef6360dcaa17d6459ffd4868f95be56650440bd7c /Misc
parent735204e579fc11a1956260ab9cda996e01923ce8 (diff)
downloadcpython-77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a.zip
cpython-77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a.tar.gz
cpython-77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a.tar.bz2
Merged revisions 72981 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72981 | tarek.ziade | 2009-05-28 14:53:54 +0200 (Thu, 28 May 2009) | 1 line Fixed #6048: Distutils uses the tarfile module instead of the tar command now ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d111709..8a01b21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -684,6 +684,8 @@ Core and Builtins
Library
-------
+- Issue #6048: Now Distutils uses the tarfile module in archive_util.
+
- Issue #6062: In distutils, fixed the package option of build_ext. Feedback
and tests on pywin32 by Tim Golden.