diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-28 13:01:13 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-28 13:01:13 (GMT) |
commit | 77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a (patch) | |
tree | f6360dcaa17d6459ffd4868f95be56650440bd7c /Misc | |
parent | 735204e579fc11a1956260ab9cda996e01923ce8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |